Html Css Color HEX #9B1373 Eggplant

📋 copy color: '#9B1373'

red 155 ◦ green 19 ◦ blue 115

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

Shades of Eggplant #9B1373

Tints of Eggplant #9B1373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 115 (45.31% from 255) = 39.79%

R = 53.63%
G = 6.57%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B1373 (or 0x9B1373) is known color: Eggplant. HEX triplet: 9B, 13 and 73. RGB value is (155,19,115). Sum of RGB (Red+Green+Blue) = 155+19+115=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1373 is #64EC8C. Grayscale: #464646. Windows color (decimal): -6614157 or 7541659. OLE color: 7541659.

HSL color Cylindrical-coordinate representation of color #9B1373: hue angle of 317.65º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1373 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 19 115 -
CMYK 0 0.88 0.26 0.39
HSL 317.65º 0.78% 0.34% -
HSV(B) 317.65º 0.88% 0.61% -
XYZ 16.84 8.67 17.01 -
YUV 70.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 155 19 115 0 0.88 0.26 0.39 317.65 0.78 0.34
Hex 9B 13 73 0 58 1A 27 13E 4E 22
Octal 233 23 163 0 130 32 47 476 116 42
Binary 10011011 10011 1110011 0 1011000 11010 100111 100111110 1001110 100010

Color Harmonies of #9B1373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1373

Black with #9B1373

Text Example


Text Example

White with #9B1373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,115); }

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

background-color css

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

 a { background-color: rgb(155,19,115); }

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

border-color css

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

 span { border-color: rgb(155,19,115); }

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