Html Css Color HEX #9B1771 Eggplant

📋 copy color: '#9B1771'

red 155 ◦ green 23 ◦ blue 113

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

Shades of Eggplant #9B1771

Tints of Eggplant #9B1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

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

R = 53.26%
G = 7.9%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B1771 (or 0x9B1771) is known color: Eggplant. HEX triplet: 9B, 17 and 71. RGB value is (155,23,113). Sum of RGB (Red+Green+Blue) = 155+23+113=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1771 is #64E88E. Grayscale: #484848. Windows color (decimal): -6613135 or 7411611. OLE color: 7411611.

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

Color convert

RGB 155 23 113 -
CMYK 0 0.85 0.27 0.39
HSL 319.09º 0.74% 0.35% -
HSV(B) 319.09º 0.85% 0.61% -
XYZ 16.8 8.77 16.43 -
YUV 72.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 155 23 113 0 0.85 0.27 0.39 319.09 0.74 0.35
Hex 9B 17 71 0 55 1B 27 13F 4A 23
Octal 233 27 161 0 125 33 47 477 112 43
Binary 10011011 10111 1110001 0 1010101 11011 100111 100111111 1001010 100011

Color Harmonies of #9B1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1771

Black with #9B1771

Text Example


Text Example

White with #9B1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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