#96458C

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

Shades of Violet Blue #96458C

Tints of Violet Blue #96458C

Color information

#96458C (or 0x96458C) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 8C. RGB value is (150,69,140). Sum of RGB (Red+Green+Blue) = 150+69+140=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96458C is #69BA73. Grayscale: #656565. Windows color (decimal): -6929012 or 9192854. OLE color: 9192854.

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

Color convert

RGB15069140-
CMYK00.540.070.41
HSL307.41º36.99%42.94%-
HSV(B)307.41º54%58.82%-
XYZ19.4412.6326.22-
YUV101.31149.84162.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=41.78%
G=19.22%
B=39.00%

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
Decimal1506914000.540.070.41307.4136.9942.94
Hex96458C036729133252b
Octal2261052140667514634553
Binary100101101000101100011000110110111101001100110011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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