Html Css Color HEX #9B1671 Eggplant

📋 copy color: '#9B1671'

red 155 ◦ green 22 ◦ blue 113

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

Shades of Eggplant #9B1671

Tints of Eggplant #9B1671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 53.45%
G = 7.59%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B1671 (or 0x9B1671) is known color: Eggplant. HEX triplet: 9B, 16 and 71. RGB value is (155,22,113). Sum of RGB (Red+Green+Blue) = 155+22+113=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1671 is #64E98E. Grayscale: #474747. Windows color (decimal): -6613391 or 7411355. OLE color: 7411355.

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

Color convert

RGB 155 22 113 -
CMYK 0 0.86 0.27 0.39
HSL 318.95º 0.75% 0.35% -
HSV(B) 318.95º 0.86% 0.61% -
XYZ 16.79 8.73 16.42 -
YUV 72.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 155 22 113 0 0.86 0.27 0.39 318.95 0.75 0.35
Hex 9B 16 71 0 56 1B 27 13F 4B 23
Octal 233 26 161 0 126 33 47 477 113 43
Binary 10011011 10110 1110001 0 1010110 11011 100111 100111111 1001011 100011

Color Harmonies of #9B1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1671

Black with #9B1671

Text Example


Text Example

White with #9B1671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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