#96508C

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

Shades of Violet Blue #96508C

Tints of Violet Blue #96508C

Color information

#96508C (or 0x96508C) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 8C. RGB value is (150,80,140). Sum of RGB (Red+Green+Blue) = 150+80+140=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96508C is #69AF73. Grayscale: #6B6B6B. Windows color (decimal): -6926196 or 9195670. OLE color: 9195670.

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

Color convert

RGB15080140-
CMYK00.470.070.41
HSL308.57º30.43%45.1%-
HSV(B)308.57º46.67%58.82%-
XYZ20.1814.1126.47-
YUV107.77146.19158.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=40.54%
G=21.62%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508014000.470.070.41308.5730.4345.1
Hex96508C02F7291351e2d
Octal2261202140577514653655
Binary10010110101000010001100010111111110100110011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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