Html Css Color HEX #9B1673 Eggplant

📋 copy color: '#9B1673'

red 155 ◦ green 22 ◦ blue 115

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

Shades of Eggplant #9B1673

Tints of Eggplant #9B1673

RGB

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

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

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

R = 53.08%
G = 7.53%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B1673 (or 0x9B1673) is known color: Eggplant. HEX triplet: 9B, 16 and 73. RGB value is (155,22,115). Sum of RGB (Red+Green+Blue) = 155+22+115=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1673 is #64E98C. Grayscale: #484848. Windows color (decimal): -6613389 or 7542427. OLE color: 7542427.

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

Color convert

RGB 155 22 115 -
CMYK 0 0.86 0.26 0.39
HSL 318.05º 0.75% 0.35% -
HSV(B) 318.05º 0.86% 0.61% -
XYZ 16.9 8.78 17.02 -
YUV 72.37 152.06 186.94 -
System Red Green Blue C M Y K H S L
Decimal 155 22 115 0 0.86 0.26 0.39 318.05 0.75 0.35
Hex 9B 16 73 0 56 1A 27 13E 4B 23
Octal 233 26 163 0 126 32 47 476 113 43
Binary 10011011 10110 1110011 0 1010110 11010 100111 100111110 1001011 100011

Color Harmonies of #9B1673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1673

Black with #9B1673

Text Example


Text Example

White with #9B1673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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