Html Css Color HEX #96096B Eggplant

📋 copy color: '#96096B'

red 150 ◦ green 9 ◦ blue 107

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

Shades of Eggplant #96096B

Tints of Eggplant #96096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 56.39%
G = 3.38%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96096B (or 0x96096B) is known color: Eggplant. HEX triplet: 96, 09 and 6B. RGB value is (150,9,107). Sum of RGB (Red+Green+Blue) = 150+9+107=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96096B is #69F694. Grayscale: #3E3E3E. Windows color (decimal): -6944405 or 7014806. OLE color: 7014806.

HSL color Cylindrical-coordinate representation of color #96096B: hue angle of 318.3º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96096B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 107 -
CMYK 0 0.94 0.29 0.41
HSL 318.3º 0.89% 0.31% -
HSV(B) 318.3º 0.94% 0.59% -
XYZ 15.33 7.74 14.6 -
YUV 62.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 150 9 107 0 0.94 0.29 0.41 318.3 0.89 0.31
Hex 96 9 6B 0 5E 1D 29 13E 59 1F
Octal 226 11 153 0 136 35 51 476 131 37
Binary 10010110 1001 1101011 0 1011110 11101 101001 100111110 1011001 11111

Color Harmonies of #96096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96096B

Black with #96096B

Text Example


Text Example

White with #96096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,9,107); }

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

background-color css

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

 a { background-color: rgb(150,9,107); }

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

border-color css

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

 span { border-color: rgb(150,9,107); }

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