#96518C

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

Shades of Violet Blue #96518C

Tints of Violet Blue #96518C

Color information

#96518C (or 0x96518C) is unknown color: approx Violet Blue. HEX triplet: 96, 51 and 8C. RGB value is (150,81,140). Sum of RGB (Red+Green+Blue) = 150+81+140=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96518C is #69AE73. Grayscale: #6C6C6C. Windows color (decimal): -6925940 or 9195926. OLE color: 9195926.

HSL color Cylindrical-coordinate representation of color #96518C: hue angle of 308.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96518C is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15081140-
CMYK00.460.070.41
HSL308.7º29.87%45.29%-
HSV(B)308.7º46%58.82%-
XYZ20.2514.2626.5-
YUV108.36145.86157.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=40.43%
G=21.83%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508114000.460.070.41308.729.8745.29
Hex96518C02E7291351e2d
Octal2261212140567514653655
Binary10010110101000110001100010111011110100110011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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