Html Css Color HEX #9B1374 Eggplant

📋 copy color: '#9B1374'

red 155 ◦ green 19 ◦ blue 116

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

Shades of Eggplant #9B1374

Tints of Eggplant #9B1374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40%

R = 53.45%
G = 6.55%
B = 40%

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

#9B1374 (or 0x9B1374) is known color: Eggplant. HEX triplet: 9B, 13 and 74. RGB value is (155,19,116). Sum of RGB (Red+Green+Blue) = 155+19+116=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1374 is #64EC8B. Grayscale: #464646. Windows color (decimal): -6614156 or 7607195. OLE color: 7607195.

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

Color convert

RGB 155 19 116 -
CMYK 0 0.88 0.25 0.39
HSL 317.21º 0.78% 0.34% -
HSV(B) 317.21º 0.88% 0.61% -
XYZ 16.9 8.7 17.31 -
YUV 70.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 155 19 116 0 0.88 0.25 0.39 317.21 0.78 0.34
Hex 9B 13 74 0 58 19 27 13D 4E 22
Octal 233 23 164 0 130 31 47 475 116 42
Binary 10011011 10011 1110100 0 1011000 11001 100111 100111101 1001110 100010

Color Harmonies of #9B1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1374

Black with #9B1374

Text Example


Text Example

White with #9B1374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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