Html Css Color HEX #96076F Eggplant

📋 copy color: '#96076F'

red 150 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #96076F

Tints of Eggplant #96076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 55.97%
G = 2.61%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96076F (or 0x96076F) is known color: Eggplant. HEX triplet: 96, 07 and 6F. RGB value is (150,7,111). Sum of RGB (Red+Green+Blue) = 150+7+111=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96076F is #69F890. Grayscale: #3D3D3D. Windows color (decimal): -6944913 or 7276438. OLE color: 7276438.

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

Color convert

RGB 150 7 111 -
CMYK 0 0.95 0.26 0.41
HSL 316.36º 0.91% 0.31% -
HSV(B) 316.36º 0.95% 0.59% -
XYZ 15.52 7.78 15.72 -
YUV 61.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 150 7 111 0 0.95 0.26 0.41 316.36 0.91 0.31
Hex 96 7 6F 0 5F 1A 29 13C 5B 1F
Octal 226 7 157 0 137 32 51 474 133 37
Binary 10010110 111 1101111 0 1011111 11010 101001 100111100 1011011 11111

Color Harmonies of #96076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96076F

Black with #96076F

Text Example


Text Example

White with #96076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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