Html Css Color HEX #9D016C Eggplant

📋 copy color: '#9D016C'

red 157 ◦ green 1 ◦ blue 108

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

Shades of Eggplant #9D016C

Tints of Eggplant #9D016C

RGB

 RED value IS 157 (61.72% from 255) = 59.02%

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

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 59.02%
G = 0.38%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D016C (or 0x9D016C) is known color: Eggplant. HEX triplet: 9D, 01 and 6C. RGB value is (157,1,108). Sum of RGB (Red+Green+Blue) = 157+1+108=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D016C is #62FE93. Grayscale: #3B3B3B. Windows color (decimal): -6487700 or 7078301. OLE color: 7078301.

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

Color convert

RGB 157 1 108 -
CMYK 0 0.99 0.31 0.38
HSL 318.85º 0.99% 0.31% -
HSV(B) 318.85º 0.99% 0.62% -
XYZ 16.62 8.27 14.91 -
YUV 59.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 157 1 108 0 0.99 0.31 0.38 318.85 0.99 0.31
Hex 9D 1 6C 0 63 1F 26 13F 63 1F
Octal 235 1 154 0 143 37 46 477 143 37
Binary 10011101 1 1101100 0 1100011 11111 100110 100111111 1100011 11111

Color Harmonies of #9D016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D016C

Black with #9D016C

Text Example


Text Example

White with #9D016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,1,108); }

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

background-color css

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

 a { background-color: rgb(157,1,108); }

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

border-color css

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

 span { border-color: rgb(157,1,108); }

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