Html Css Color HEX #96428D Vivid Violet

📋 copy color: '#96428D'

red 150 ◦ green 66 ◦ blue 141

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

Shades of Vivid Violet #96428D

Tints of Vivid Violet #96428D

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.5%

R = 42.02%
G = 18.49%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 150 66 141 -
CMYK 0 0.56 0.06 0.41
HSL 306.43º 0.39% 0.42% -
HSV(B) 306.43º 0.56% 0.59% -
XYZ 19.33 12.3 26.56 -
YUV 99.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 150 66 141 0 0.56 0.06 0.41 306.43 0.39 0.42
Hex 96 42 8D 0 38 6 29 132 27 2A
Octal 226 102 215 0 70 6 51 462 47 52
Binary 10010110 1000010 10001101 0 111000 110 101001 100110010 100111 101010

Color Harmonies of #96428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96428D

Black with #96428D

Text Example


Text Example

White with #96428D

Text Example


Text Example

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