Html Css Color HEX #96005F Eggplant

📋 copy color: '#96005F'

red 150 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #96005F

Tints of Eggplant #96005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 61.22%
G = 0%
B = 38.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96005F (or 0x96005F) is known color: Eggplant. HEX triplet: 96, 00 and 5F. RGB value is (150,0,95). Sum of RGB (Red+Green+Blue) = 150+0+95=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005F is #69FFA0. Grayscale: #373737. Windows color (decimal): -6946721 or 6226070. OLE color: 6226070.

HSL color Cylindrical-coordinate representation of color #96005F: hue angle of 322º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96005F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 95 -
CMYK 0 1 0.37 0.41
HSL 322º 1% 0.29% -
HSV(B) 322º 1% 0.59% -
XYZ 14.64 7.31 11.47 -
YUV 55.68 150.2 195.28 -
System Red Green Blue C M Y K H S L
Decimal 150 0 95 0 1 0.37 0.41 322 1 0.29
Hex 96 0 5F 0 64 25 29 142 64 1D
Octal 226 0 137 0 144 45 51 502 144 35
Binary 10010110 0 1011111 0 1100100 100101 101001 101000010 1100100 11101

Color Harmonies of #96005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96005F

Black with #96005F

Text Example


Text Example

White with #96005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,0,95); }

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

background-color css

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

 a { background-color: rgb(150,0,95); }

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

border-color css

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

 span { border-color: rgb(150,0,95); }

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