#96468C

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

Shades of Violet Blue #96468C

Tints of Violet Blue #96468C

Color information

#96468C (or 0x96468C) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 8C. RGB value is (150,70,140). Sum of RGB (Red+Green+Blue) = 150+70+140=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96468C is #69B973. Grayscale: #656565. Windows color (decimal): -6928756 or 9193110. OLE color: 9193110.

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

Color convert

RGB15070140-
CMYK00.530.070.41
HSL307.5º36.36%43.14%-
HSV(B)307.5º53.33%58.82%-
XYZ19.512.7626.25-
YUV101.9149.5162.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=41.67%
G=19.44%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507014000.530.070.41307.536.3643.14
Hex96468C035729134242b
Octal2261062140657514644453
Binary100101101000110100011000110101111101001100110100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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