Html Css Color HEX #96428E Vivid Violet

📋 copy color: '#96428E'

red 150 ◦ green 66 ◦ blue 142

#96428E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #96428E

Tints of Vivid Violet #96428E

RGB

 RED value IS 150 (58.98% from 255) = 41.9%

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 41.9%
G = 18.44%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96428E (or 0x96428E) is known color: 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

RGB 150 66 142 -
CMYK 0 0.56 0.05 0.41
HSL 305.71º 0.39% 0.42% -
HSV(B) 305.71º 0.56% 0.59% -
XYZ 19.41 12.33 26.95 -
YUV 99.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 150 66 142 0 0.56 0.05 0.41 305.71 0.39 0.42
Hex 96 42 8E 0 38 5 29 132 27 2A
Octal 226 102 216 0 70 5 51 462 47 52
Binary 10010110 1000010 10001110 0 111000 101 101001 100110010 100111 101010

Color Harmonies of #96428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96428E

Black with #96428E

Text Example


Text Example

White with #96428E

Text Example


Text Example

HTML Codes & Css Web 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>