#96458B

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

Shades of Violet Blue #96458B

Tints of Violet Blue #96458B

Color information

#96458B (or 0x96458B) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 8B. RGB value is (150,69,139). Sum of RGB (Red+Green+Blue) = 150+69+139=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96458B is #69BA74. Grayscale: #656565. Windows color (decimal): -6929013 or 9127318. OLE color: 9127318.

HSL color Cylindrical-coordinate representation of color #96458B: hue angle of 308.15º 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 #96458B is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15069139-
CMYK00.540.070.41
HSL308.15º36.99%42.94%-
HSV(B)308.15º54%58.82%-
XYZ19.3712.625.84-
YUV101.2149.34162.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=41.90%
G=19.27%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506913900.540.070.41308.1536.9942.94
Hex96458B036729134252b
Octal2261052130667514644553
Binary100101101000101100010110110110111101001100110100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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