#96428D

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

Shades of Vivid Violet #96428D

Tints of Vivid Violet #96428D

Color information

#96428D (or 0x96428D) is unknown color: approx Vivid Violet. HEX triplet: 96, 42 and 8D. RGB value is (150,66,141). Sum of RGB (Red+Green+Blue) = 150+66+141=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96428D is #69BD72. Grayscale: #636363. Windows color (decimal): -6929779 or 9257622. OLE color: 9257622.

HSL color Cylindrical-coordinate representation of color #96428D: hue angle of 306.43º 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 #96428D is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15066141-
CMYK00.560.060.41
HSL306.43º38.89%42.35%-
HSV(B)306.43º56%58.82%-
XYZ19.3312.326.56-
YUV99.67151.33163.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=42.02%
G=18.49%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506614100.560.060.41306.4338.8942.35
Hex96428D038629132272a
Octal2261022150706514624752
Binary100101101000010100011010111000110101001100110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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