Html Css Color HEX #9B0071 Eggplant

📋 copy color: '#9B0071'

red 155 ◦ green 0 ◦ blue 113

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

Shades of Eggplant #9B0071

Tints of Eggplant #9B0071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 57.84%
G = 0%
B = 42.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B0071 (or 0x9B0071) is known color: Eggplant. HEX triplet: 9B, 00 and 71. RGB value is (155,0,113). Sum of RGB (Red+Green+Blue) = 155+0+113=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0071 is #64FF8E. Grayscale: #3A3A3A. Windows color (decimal): -6619023 or 7405723. OLE color: 7405723.

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

Color convert

RGB 155 0 113 -
CMYK 0 1 0.27 0.39
HSL 316.26º 1% 0.3% -
HSV(B) 316.26º 1% 0.61% -
XYZ 16.5 8.16 16.33 -
YUV 59.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 155 0 113 0 1 0.27 0.39 316.26 1 0.3
Hex 9B 0 71 0 64 1B 27 13C 64 1E
Octal 233 0 161 0 144 33 47 474 144 36
Binary 10011011 0 1110001 0 1100100 11011 100111 100111100 1100100 11110

Color Harmonies of #9B0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0071

Black with #9B0071

Text Example


Text Example

White with #9B0071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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