Html Css Color HEX #96086C Eggplant

📋 copy color: '#96086C'

red 150 ◦ green 8 ◦ blue 108

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

Shades of Eggplant #96086C

Tints of Eggplant #96086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 56.39%
G = 3.01%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96086C (or 0x96086C) is known color: Eggplant. HEX triplet: 96, 08 and 6C. RGB value is (150,8,108). Sum of RGB (Red+Green+Blue) = 150+8+108=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96086C is #69F793. Grayscale: #3D3D3D. Windows color (decimal): -6944660 or 7080086. OLE color: 7080086.

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

Color convert

RGB 150 8 108 -
CMYK 0 0.95 0.28 0.41
HSL 317.75º 0.9% 0.31% -
HSV(B) 317.75º 0.95% 0.59% -
XYZ 15.37 7.74 14.87 -
YUV 61.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 150 8 108 0 0.95 0.28 0.41 317.75 0.9 0.31
Hex 96 8 6C 0 5F 1C 29 13E 5A 1F
Octal 226 10 154 0 137 34 51 476 132 37
Binary 10010110 1000 1101100 0 1011111 11100 101001 100111110 1011010 11111

Color Harmonies of #96086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96086C

Black with #96086C

Text Example


Text Example

White with #96086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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