Html Css Color HEX #96076A Eggplant

📋 copy color: '#96076A'

red 150 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #96076A

Tints of Eggplant #96076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.3%

R = 57.03%
G = 2.66%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96076A (or 0x96076A) is known color: Eggplant. HEX triplet: 96, 07 and 6A. RGB value is (150,7,106). Sum of RGB (Red+Green+Blue) = 150+7+106=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96076A is #69F895. Grayscale: #3C3C3C. Windows color (decimal): -6944918 or 6948758. OLE color: 6948758.

HSL color Cylindrical-coordinate representation of color #96076A: hue angle of 318.46º 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 #96076A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 106 -
CMYK 0 0.95 0.29 0.41
HSL 318.46º 0.91% 0.31% -
HSV(B) 318.46º 0.95% 0.59% -
XYZ 15.26 7.68 14.31 -
YUV 61.04 153.38 191.45 -
System Red Green Blue C M Y K H S L
Decimal 150 7 106 0 0.95 0.29 0.41 318.46 0.91 0.31
Hex 96 7 6A 0 5F 1D 29 13E 5B 1F
Octal 226 7 152 0 137 35 51 476 133 37
Binary 10010110 111 1101010 0 1011111 11101 101001 100111110 1011011 11111

Color Harmonies of #96076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96076A

Black with #96076A

Text Example


Text Example

White with #96076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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