Html Css Color HEX #96005C Eggplant

📋 copy color: '#96005C'

red 150 ◦ green 0 ◦ blue 92

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

Shades of Eggplant #96005C

Tints of Eggplant #96005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 61.98%
G = 0%
B = 38.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96005C (or 0x96005C) is known color: Eggplant. HEX triplet: 96, 00 and 5C. RGB value is (150,0,92). Sum of RGB (Red+Green+Blue) = 150+0+92=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005C is #69FFA3. Grayscale: #373737. Windows color (decimal): -6946724 or 6029462. OLE color: 6029462.

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

Color convert

RGB 150 0 92 -
CMYK 0 1 0.39 0.41
HSL 323.2º 1% 0.29% -
HSV(B) 323.2º 1% 0.59% -
XYZ 14.51 7.26 10.76 -
YUV 55.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 150 0 92 0 1 0.39 0.41 323.2 1 0.29
Hex 96 0 5C 0 64 27 29 143 64 1D
Octal 226 0 134 0 144 47 51 503 144 35
Binary 10010110 0 1011100 0 1100100 100111 101001 101000011 1100100 11101

Color Harmonies of #96005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96005C

Black with #96005C

Text Example


Text Example

White with #96005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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