Html Css Color HEX #96428B Vivid Violet

📋 copy color: '#96428B'

red 150 ◦ green 66 ◦ blue 139

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

Shades of Vivid Violet #96428B

Tints of Vivid Violet #96428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 42.25%
G = 18.59%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96428B (or 0x96428B) is known color: Vivid Violet. HEX triplet: 96, 42 and 8B. RGB value is (150,66,139). Sum of RGB (Red+Green+Blue) = 150+66+139=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96428B is #69BD74. Grayscale: #636363. Windows color (decimal): -6929781 or 9126550. OLE color: 9126550.

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

Color convert

RGB 150 66 139 -
CMYK 0 0.56 0.07 0.41
HSL 307.86º 0.39% 0.42% -
HSV(B) 307.86º 0.56% 0.59% -
XYZ 19.19 12.24 25.78 -
YUV 99.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 150 66 139 0 0.56 0.07 0.41 307.86 0.39 0.42
Hex 96 42 8B 0 38 7 29 134 27 2A
Octal 226 102 213 0 70 7 51 464 47 52
Binary 10010110 1000010 10001011 0 111000 111 101001 100110100 100111 101010

Color Harmonies of #96428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96428B

Black with #96428B

Text Example


Text Example

White with #96428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96428B;
 }
 .AnyTagClassName
 {
   color: #96428B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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