Html Css Color HEX #9B166D Eggplant

📋 copy color: '#9B166D'

red 155 ◦ green 22 ◦ blue 109

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

Shades of Eggplant #9B166D

Tints of Eggplant #9B166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 54.2%
G = 7.69%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B166D (or 0x9B166D) is known color: Eggplant. HEX triplet: 9B, 16 and 6D. RGB value is (155,22,109). Sum of RGB (Red+Green+Blue) = 155+22+109=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B166D is #64E992. Grayscale: #474747. Windows color (decimal): -6613395 or 7149211. OLE color: 7149211.

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

Color convert

RGB 155 22 109 -
CMYK 0 0.86 0.30 0.39
HSL 320.75º 0.75% 0.35% -
HSV(B) 320.75º 0.86% 0.61% -
XYZ 16.56 8.65 15.26 -
YUV 71.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 155 22 109 0 0.86 0.30 0.39 320.75 0.75 0.35
Hex 9B 16 6D 0 56 1E 27 141 4B 23
Octal 233 26 155 0 126 36 47 501 113 43
Binary 10011011 10110 1101101 0 1010110 11110 100111 101000001 1001011 100011

Color Harmonies of #9B166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B166D

Black with #9B166D

Text Example


Text Example

White with #9B166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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