Html Css Color HEX #96097B Eggplant

📋 copy color: '#96097B'

red 150 ◦ green 9 ◦ blue 123

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

Shades of Eggplant #96097B

Tints of Eggplant #96097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 53.19%
G = 3.19%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96097B (or 0x96097B) is known color: Eggplant. HEX triplet: 96, 09 and 7B. RGB value is (150,9,123). Sum of RGB (Red+Green+Blue) = 150+9+123=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96097B is #69F684. Grayscale: #3F3F3F. Windows color (decimal): -6944389 or 8063382. OLE color: 8063382.

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

Color convert

RGB 150 9 123 -
CMYK 0 0.94 0.18 0.41
HSL 311.49º 0.89% 0.31% -
HSV(B) 311.49º 0.94% 0.59% -
XYZ 16.25 8.11 19.45 -
YUV 64.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 150 9 123 0 0.94 0.18 0.41 311.49 0.89 0.31
Hex 96 9 7B 0 5E 12 29 137 59 1F
Octal 226 11 173 0 136 22 51 467 131 37
Binary 10010110 1001 1111011 0 1011110 10010 101001 100110111 1011001 11111

Color Harmonies of #96097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96097B

Black with #96097B

Text Example


Text Example

White with #96097B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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