Html Css Color HEX #96005B Eggplant

📋 copy color: '#96005B'

red 150 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #96005B

Tints of Eggplant #96005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 62.24%
G = 0%
B = 37.76%

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

#96005B (or 0x96005B) is known color: Eggplant. HEX triplet: 96, 00 and 5B. RGB value is (150,0,91). Sum of RGB (Red+Green+Blue) = 150+0+91=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #96005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96005B is #69FFA4. Grayscale: #373737. Windows color (decimal): -6946725 or 5963926. OLE color: 5963926.

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

Color convert

RGB 150 0 91 -
CMYK 0 1 0.39 0.41
HSL 323.6º 1% 0.29% -
HSV(B) 323.6º 1% 0.59% -
XYZ 14.47 7.24 10.53 -
YUV 55.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 150 0 91 0 1 0.39 0.41 323.6 1 0.29
Hex 96 0 5B 0 64 27 29 144 64 1D
Octal 226 0 133 0 144 47 51 504 144 35
Binary 10010110 0 1011011 0 1100100 100111 101001 101000100 1100100 11101

Color Harmonies of #96005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96005B

Black with #96005B

Text Example


Text Example

White with #96005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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