Html Css Color HEX #96086D Eggplant

📋 copy color: '#96086D'

red 150 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #96086D

Tints of Eggplant #96086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 56.18%
G = 3%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96086D (or 0x96086D) is known color: Eggplant. HEX triplet: 96, 08 and 6D. RGB value is (150,8,109). Sum of RGB (Red+Green+Blue) = 150+8+109=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #96086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96086D is #69F792. Grayscale: #3D3D3D. Windows color (decimal): -6944659 or 7145622. OLE color: 7145622.

HSL color Cylindrical-coordinate representation of color #96086D: hue angle of 317.32º degrees, saturation: 0.9, 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 #96086D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 109 -
CMYK 0 0.95 0.27 0.41
HSL 317.32º 0.9% 0.31% -
HSV(B) 317.32º 0.95% 0.59% -
XYZ 15.42 7.76 15.15 -
YUV 61.97 154.54 190.79 -
System Red Green Blue C M Y K H S L
Decimal 150 8 109 0 0.95 0.27 0.41 317.32 0.9 0.31
Hex 96 8 6D 0 5F 1B 29 13D 5A 1F
Octal 226 10 155 0 137 33 51 475 132 37
Binary 10010110 1000 1101101 0 1011111 11011 101001 100111101 1011010 11111

Color Harmonies of #96086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96086D

Black with #96086D

Text Example


Text Example

White with #96086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96086D; }

 p { color: rgb(150,8,109); }

 H1.HeaderClassName
 {
   color: #96086D;
 }
 .AnyTagClassName
 {
   color: #96086D;
 }
</style>

background-color css

<style>
 a { background-color: #96086D; }

 a { background-color: rgb(150,8,109); }

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

border-color css

<style>
 span { border-color: #96086D; }

 span { border-color: rgb(150,8,109); }

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