Html Css Color HEX #96077A Eggplant

📋 copy color: '#96077A'

red 150 ◦ green 7 ◦ blue 122

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

Shades of Eggplant #96077A

Tints of Eggplant #96077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

 BLUE value IS 122 (48.05% from 255) = 43.73%

R = 53.76%
G = 2.51%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96077A (or 0x96077A) is known color: Eggplant. HEX triplet: 96, 07 and 7A. RGB value is (150,7,122). Sum of RGB (Red+Green+Blue) = 150+7+122=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96077A is #69F885. Grayscale: #3E3E3E. Windows color (decimal): -6944902 or 7997334. OLE color: 7997334.

HSL color Cylindrical-coordinate representation of color #96077A: hue angle of 311.75º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96077A is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 122 -
CMYK 0 0.95 0.19 0.41
HSL 311.75º 0.91% 0.31% -
HSV(B) 311.75º 0.95% 0.59% -
XYZ 16.17 8.04 19.11 -
YUV 62.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 150 7 122 0 0.95 0.19 0.41 311.75 0.91 0.31
Hex 96 7 7A 0 5F 13 29 138 5B 1F
Octal 226 7 172 0 137 23 51 470 133 37
Binary 10010110 111 1111010 0 1011111 10011 101001 100111000 1011011 11111

Color Harmonies of #96077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96077A

Black with #96077A

Text Example


Text Example

White with #96077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96077A; }

 p { color: rgb(150,7,122); }

 H1.HeaderClassName
 {
   color: #96077A;
 }
 .AnyTagClassName
 {
   color: #96077A;
 }
</style>

background-color css

<style>
 a { background-color: #96077A; }

 a { background-color: rgb(150,7,122); }

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

border-color css

<style>
 span { border-color: #96077A; }

 span { border-color: rgb(150,7,122); }

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