Html Css Color HEX #9B016D Eggplant

📋 copy color: '#9B016D'

red 155 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #9B016D

Tints of Eggplant #9B016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 58.49%
G = 0.38%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B016D (or 0x9B016D) is known color: Eggplant. HEX triplet: 9B, 01 and 6D. RGB value is (155,1,109). Sum of RGB (Red+Green+Blue) = 155+1+109=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B016D is #64FE92. Grayscale: #3B3B3B. Windows color (decimal): -6618771 or 7143835. OLE color: 7143835.

HSL color Cylindrical-coordinate representation of color #9B016D: hue angle of 317.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B016D is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 1 109 -
CMYK 0 0.99 0.30 0.39
HSL 317.92º 0.99% 0.31% -
HSV(B) 317.92º 0.99% 0.61% -
XYZ 16.29 8.09 15.17 -
YUV 59.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 155 1 109 0 0.99 0.30 0.39 317.92 0.99 0.31
Hex 9B 1 6D 0 63 1E 27 13E 63 1F
Octal 233 1 155 0 143 36 47 476 143 37
Binary 10011011 1 1101101 0 1100011 11110 100111 100111110 1100011 11111

Color Harmonies of #9B016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B016D

Black with #9B016D

Text Example


Text Example

White with #9B016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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