Html Css Color HEX #9D066B Eggplant

📋 copy color: '#9D066B'

red 157 ◦ green 6 ◦ blue 107

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

Shades of Eggplant #9D066B

Tints of Eggplant #9D066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 58.15%
G = 2.22%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D066B (or 0x9D066B) is known color: Eggplant. HEX triplet: 9D, 06 and 6B. RGB value is (157,6,107). Sum of RGB (Red+Green+Blue) = 157+6+107=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D066B is #62F994. Grayscale: #3E3E3E. Windows color (decimal): -6486421 or 7014045. OLE color: 7014045.

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

Color convert

RGB 157 6 107 -
CMYK 0 0.96 0.32 0.38
HSL 319.87º 0.93% 0.32% -
HSV(B) 319.87º 0.96% 0.62% -
XYZ 16.62 8.36 14.65 -
YUV 62.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 157 6 107 0 0.96 0.32 0.38 319.87 0.93 0.32
Hex 9D 6 6B 0 60 20 26 140 5D 20
Octal 235 6 153 0 140 40 46 500 135 40
Binary 10011101 110 1101011 0 1100000 100000 100110 101000000 1011101 100000

Color Harmonies of #9D066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D066B

Black with #9D066B

Text Example


Text Example

White with #9D066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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