Html Css Color HEX #9B1375 Eggplant

📋 copy color: '#9B1375'

red 155 ◦ green 19 ◦ blue 117

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

Shades of Eggplant #9B1375

Tints of Eggplant #9B1375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 53.26%
G = 6.53%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B1375 (or 0x9B1375) is known color: Eggplant. HEX triplet: 9B, 13 and 75. RGB value is (155,19,117). Sum of RGB (Red+Green+Blue) = 155+19+117=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1375 is #64EC8A. Grayscale: #464646. Windows color (decimal): -6614155 or 7672731. OLE color: 7672731.

HSL color Cylindrical-coordinate representation of color #9B1375: hue angle of 316.76º 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 #9B1375 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 19 117 -
CMYK 0 0.88 0.25 0.39
HSL 316.76º 0.78% 0.34% -
HSV(B) 316.76º 0.88% 0.61% -
XYZ 16.96 8.72 17.62 -
YUV 70.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 155 19 117 0 0.88 0.25 0.39 316.76 0.78 0.34
Hex 9B 13 75 0 58 19 27 13D 4E 22
Octal 233 23 165 0 130 31 47 475 116 42
Binary 10011011 10011 1110101 0 1011000 11001 100111 100111101 1001110 100010

Color Harmonies of #9B1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1375

Black with #9B1375

Text Example


Text Example

White with #9B1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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