Html Css Color HEX #9D027B Eggplant

📋 copy color: '#9D027B'

red 157 ◦ green 2 ◦ blue 123

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

Shades of Eggplant #9D027B

Tints of Eggplant #9D027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 55.67%
G = 0.71%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D027B (or 0x9D027B) is known color: Eggplant. HEX triplet: 9D, 02 and 7B. RGB value is (157,2,123). Sum of RGB (Red+Green+Blue) = 157+2+123=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D027B is #62FD84. Grayscale: #3D3D3D. Windows color (decimal): -6487429 or 8061597. OLE color: 8061597.

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

Color convert

RGB 157 2 123 -
CMYK 0 0.99 0.22 0.38
HSL 313.16º 0.97% 0.31% -
HSV(B) 313.16º 0.99% 0.62% -
XYZ 17.5 8.64 19.48 -
YUV 62.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 157 2 123 0 0.99 0.22 0.38 313.16 0.97 0.31
Hex 9D 2 7B 0 63 16 26 139 61 1F
Octal 235 2 173 0 143 26 46 471 141 37
Binary 10011101 10 1111011 0 1100011 10110 100110 100111001 1100001 11111

Color Harmonies of #9D027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D027B

Black with #9D027B

Text Example


Text Example

White with #9D027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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