#96458E

Color #96458E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #96458E

Tints of Violet Blue #96458E

Color information

#96458E (or 0x96458E) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 8E. RGB value is (150,69,142). Sum of RGB (Red+Green+Blue) = 150+69+142=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96458E is #69BA71. Grayscale: #656565. Windows color (decimal): -6929010 or 9323926. OLE color: 9323926.

HSL color Cylindrical-coordinate representation of color #96458E: hue angle of 305.93º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96458E is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15069142-
CMYK00.540.050.41
HSL305.93º36.99%42.94%-
HSV(B)305.93º54%58.82%-
XYZ19.5912.6927.01-
YUV101.54150.84162.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=41.55%
G=19.11%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506914200.540.050.41305.9336.9942.94
Hex96458E036529132252b
Octal2261052160665514624553
Binary100101101000101100011100110110101101001100110010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96458E; }

 p { color: rgb(150,69,142); }

 H1.HeaderClassName
 {
   color: #96458E;
 }
 .AnyTagClassName
 {
   color: #96458E;
 }
</style>
background-color css

<style>
 a { background-color: #96458E; }

 a { background-color: rgb(150,69,142); }

 div.DivClassName
 {
   background-color: #96458E;
 }
 .BgClassName
 {
   background-color: #96458E;
 }
</style>
border-color css

<style>
 span { border-color: #96458E; }

 span { border-color: rgb(150,69,142); }

 td.TdClassName
 {
   border-color: #96458E;
 }
 .TagClassName
 {
   border-color: #96458E;
 }
</style>