#96488C

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

Shades of Violet Blue #96488C

Tints of Violet Blue #96488C

Color information

#96488C (or 0x96488C) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 8C. RGB value is (150,72,140). Sum of RGB (Red+Green+Blue) = 150+72+140=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488C is #69B773. Grayscale: #666666. Windows color (decimal): -6928244 or 9193622. OLE color: 9193622.

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

Color convert

RGB15072140-
CMYK00.520.070.41
HSL307.69º35.14%43.53%-
HSV(B)307.69º52%58.82%-
XYZ19.6313.0126.29-
YUV103.07148.84161.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=41.44%
G=19.89%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507214000.520.070.41307.6935.1443.53
Hex96488C034729134232c
Octal2261102140647514644354
Binary100101101001000100011000110100111101001100110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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