#96289B

Color #96289B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #96289B

Tints of Vivid Violet #96289B

Color information

#96289B (or 0x96289B) is unknown color: approx Vivid Violet. HEX triplet: 96, 28 and 9B. RGB value is (150,40,155). Sum of RGB (Red+Green+Blue) = 150+40+155=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #96289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96289B is #69D764. Grayscale: #555555. Windows color (decimal): -6936421 or 10168470. OLE color: 10168470.

HSL color Cylindrical-coordinate representation of color #96289B: hue angle of 297.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96289B is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15040155-
CMYK0.030.7400.39
HSL297.39º58.97%38.24%-
HSV(B)297.39º74.19%60.78%-
XYZ19.2510.3732-
YUV86166.94173.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=43.48%
G=11.59%
B=44.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150401550.030.7400.39297.3958.9738.24
Hex96289B34A0271293b26
Octal2265023331120474517346
Binary10010110101000100110111110010100100111100101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96289B; }

 p { color: rgb(150,40,155); }

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

<style>
 a { background-color: #96289B; }

 a { background-color: rgb(150,40,155); }

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

<style>
 span { border-color: #96289B; }

 span { border-color: rgb(150,40,155); }

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