Html Css Color HEX #96005D Eggplant

📋 copy color: '#96005D'

red 150 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #96005D

Tints of Eggplant #96005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 61.73%
G = 0%
B = 38.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96005D (or 0x96005D) is known color: Eggplant. HEX triplet: 96, 00 and 5D. RGB value is (150,0,93). Sum of RGB (Red+Green+Blue) = 150+0+93=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005D is #69FFA2. Grayscale: #373737. Windows color (decimal): -6946723 or 6094998. OLE color: 6094998.

HSL color Cylindrical-coordinate representation of color #96005D: hue angle of 322.8º 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 #96005D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 93 -
CMYK 0 1 0.38 0.41
HSL 322.8º 1% 0.29% -
HSV(B) 322.8º 1% 0.59% -
XYZ 14.55 7.27 10.99 -
YUV 55.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 150 0 93 0 1 0.38 0.41 322.8 1 0.29
Hex 96 0 5D 0 64 26 29 143 64 1D
Octal 226 0 135 0 144 46 51 503 144 35
Binary 10010110 0 1011101 0 1100100 100110 101001 101000011 1100100 11101

Color Harmonies of #96005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96005D

Black with #96005D

Text Example


Text Example

White with #96005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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