Html Css Color HEX #9D077B Eggplant

📋 copy color: '#9D077B'

red 157 ◦ green 7 ◦ blue 123

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

Shades of Eggplant #9D077B

Tints of Eggplant #9D077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 54.7%
G = 2.44%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D077B (or 0x9D077B) is known color: Eggplant. HEX triplet: 9D, 07 and 7B. RGB value is (157,7,123). Sum of RGB (Red+Green+Blue) = 157+7+123=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D077B is #62F884. Grayscale: #404040. Windows color (decimal): -6486149 or 8062877. OLE color: 8062877.

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

Color convert

RGB 157 7 123 -
CMYK 0 0.96 0.22 0.38
HSL 313.6º 0.91% 0.32% -
HSV(B) 313.6º 0.96% 0.62% -
XYZ 17.56 8.75 19.5 -
YUV 65.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 157 7 123 0 0.96 0.22 0.38 313.6 0.91 0.32
Hex 9D 7 7B 0 60 16 26 13A 5B 20
Octal 235 7 173 0 140 26 46 472 133 40
Binary 10011101 111 1111011 0 1100000 10110 100110 100111010 1011011 100000

Color Harmonies of #9D077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D077B

Black with #9D077B

Text Example


Text Example

White with #9D077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,7,123); }

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

background-color css

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

 a { background-color: rgb(157,7,123); }

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

border-color css

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

 span { border-color: rgb(157,7,123); }

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