Html Css Color HEX #9D016E Eggplant

📋 copy color: '#9D016E'

red 157 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #9D016E

Tints of Eggplant #9D016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 58.58%
G = 0.37%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D016E (or 0x9D016E) is known color: Eggplant. HEX triplet: 9D, 01 and 6E. RGB value is (157,1,110). Sum of RGB (Red+Green+Blue) = 157+1+110=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D016E is #62FE91. Grayscale: #3B3B3B. Windows color (decimal): -6487698 or 7209373. OLE color: 7209373.

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

Color convert

RGB 157 1 110 -
CMYK 0 0.99 0.30 0.38
HSL 318.08º 0.99% 0.31% -
HSV(B) 318.08º 0.99% 0.62% -
XYZ 16.73 8.32 15.48 -
YUV 60.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 157 1 110 0 0.99 0.30 0.38 318.08 0.99 0.31
Hex 9D 1 6E 0 63 1E 26 13E 63 1F
Octal 235 1 156 0 143 36 46 476 143 37
Binary 10011101 1 1101110 0 1100011 11110 100110 100111110 1100011 11111

Color Harmonies of #9D016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D016E

Black with #9D016E

Text Example


Text Example

White with #9D016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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