Html Css Color HEX #9B005E Eggplant

📋 copy color: '#9B005E'

red 155 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #9B005E

Tints of Eggplant #9B005E

RGB

 RED value IS 155 (60.94% from 255) = 62.25%

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

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 62.25%
G = 0%
B = 37.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B005E (or 0x9B005E) is known color: Eggplant. HEX triplet: 9B, 00 and 5E. RGB value is (155,0,94). Sum of RGB (Red+Green+Blue) = 155+0+94=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B005E is #64FFA1. Grayscale: #383838. Windows color (decimal): -6619042 or 6160539. OLE color: 6160539.

HSL color Cylindrical-coordinate representation of color #9B005E: hue angle of 323.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B005E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 94 -
CMYK 0 1 0.39 0.39
HSL 323.61º 1% 0.3% -
HSV(B) 323.61º 1% 0.61% -
XYZ 15.54 7.78 11.27 -
YUV 57.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 155 0 94 0 1 0.39 0.39 323.61 1 0.3
Hex 9B 0 5E 0 64 27 27 144 64 1E
Octal 233 0 136 0 144 47 47 504 144 36
Binary 10011011 0 1011110 0 1100100 100111 100111 101000100 1100100 11110

Color Harmonies of #9B005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B005E

Black with #9B005E

Text Example


Text Example

White with #9B005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B005E; }

 p { color: rgb(155,0,94); }

 H1.HeaderClassName
 {
   color: #9B005E;
 }
 .AnyTagClassName
 {
   color: #9B005E;
 }
</style>

background-color css

<style>
 a { background-color: #9B005E; }

 a { background-color: rgb(155,0,94); }

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

border-color css

<style>
 span { border-color: #9B005E; }

 span { border-color: rgb(155,0,94); }

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