Html Css Color HEX #9D066C Eggplant

📋 copy color: '#9D066C'

red 157 ◦ green 6 ◦ blue 108

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

Shades of Eggplant #9D066C

Tints of Eggplant #9D066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 57.93%
G = 2.21%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D066C (or 0x9D066C) is known color: Eggplant. HEX triplet: 9D, 06 and 6C. RGB value is (157,6,108). Sum of RGB (Red+Green+Blue) = 157+6+108=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D066C is #62F993. Grayscale: #3E3E3E. Windows color (decimal): -6486420 or 7079581. OLE color: 7079581.

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

Color convert

RGB 157 6 108 -
CMYK 0 0.96 0.31 0.38
HSL 319.47º 0.93% 0.32% -
HSV(B) 319.47º 0.96% 0.62% -
XYZ 16.68 8.38 14.93 -
YUV 62.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 157 6 108 0 0.96 0.31 0.38 319.47 0.93 0.32
Hex 9D 6 6C 0 60 1F 26 13F 5D 20
Octal 235 6 154 0 140 37 46 477 135 40
Binary 10011101 110 1101100 0 1100000 11111 100110 100111111 1011101 100000

Color Harmonies of #9D066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D066C

Black with #9D066C

Text Example


Text Example

White with #9D066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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