#96428E

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

Shades of Vivid Violet #96428E

Tints of Vivid Violet #96428E

Color information

#96428E (or 0x96428E) is unknown color: approx Vivid Violet. HEX triplet: 96, 42 and 8E. RGB value is (150,66,142). Sum of RGB (Red+Green+Blue) = 150+66+142=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96428E is #69BD71. Grayscale: #636363. Windows color (decimal): -6929778 or 9323158. OLE color: 9323158.

HSL color Cylindrical-coordinate representation of color #96428E: hue angle of 305.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96428E is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15066142-
CMYK00.560.050.41
HSL305.71º38.89%42.35%-
HSV(B)305.71º56%58.82%-
XYZ19.4112.3326.95-
YUV99.78151.83163.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=41.90%
G=18.44%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506614200.560.050.41305.7138.8942.35
Hex96428E038529132272a
Octal2261022160705514624752
Binary100101101000010100011100111000101101001100110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96428E; }

 p { color: rgb(150,66,142); }

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

<style>
 a { background-color: #96428E; }

 a { background-color: rgb(150,66,142); }

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

<style>
 span { border-color: #96428E; }

 span { border-color: rgb(150,66,142); }

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