Html Css Color HEX #9B0571 Eggplant

📋 copy color: '#9B0571'

red 155 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #9B0571

Tints of Eggplant #9B0571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 56.78%
G = 1.83%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B0571 (or 0x9B0571) is known color: Eggplant. HEX triplet: 9B, 05 and 71. RGB value is (155,5,113). Sum of RGB (Red+Green+Blue) = 155+5+113=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0571 is #64FA8E. Grayscale: #3D3D3D. Windows color (decimal): -6617743 or 7407003. OLE color: 7407003.

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

Color convert

RGB 155 5 113 -
CMYK 0 0.97 0.27 0.39
HSL 316.8º 0.94% 0.31% -
HSV(B) 316.8º 0.97% 0.61% -
XYZ 16.55 8.27 16.35 -
YUV 62.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 155 5 113 0 0.97 0.27 0.39 316.8 0.94 0.31
Hex 9B 5 71 0 61 1B 27 13D 5E 1F
Octal 233 5 161 0 141 33 47 475 136 37
Binary 10011011 101 1110001 0 1100001 11011 100111 100111101 1011110 11111

Color Harmonies of #9B0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0571

Black with #9B0571

Text Example


Text Example

White with #9B0571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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