Html Css Color HEX #9B0171 Eggplant

📋 copy color: '#9B0171'

red 155 ◦ green 1 ◦ blue 113

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

Shades of Eggplant #9B0171

Tints of Eggplant #9B0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 57.62%
G = 0.37%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B0171 (or 0x9B0171) is known color: Eggplant. HEX triplet: 9B, 01 and 71. RGB value is (155,1,113). Sum of RGB (Red+Green+Blue) = 155+1+113=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0171 is #64FE8E. Grayscale: #3B3B3B. Windows color (decimal): -6618767 or 7405979. OLE color: 7405979.

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

Color convert

RGB 155 1 113 -
CMYK 0 0.99 0.27 0.39
HSL 316.36º 0.99% 0.31% -
HSV(B) 316.36º 0.99% 0.61% -
XYZ 16.51 8.18 16.33 -
YUV 59.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 155 1 113 0 0.99 0.27 0.39 316.36 0.99 0.31
Hex 9B 1 71 0 63 1B 27 13C 63 1F
Octal 233 1 161 0 143 33 47 474 143 37
Binary 10011011 1 1110001 0 1100011 11011 100111 100111100 1100011 11111

Color Harmonies of #9B0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0171

Black with #9B0171

Text Example


Text Example

White with #9B0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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