Html Css Color HEX #9D017B Eggplant

📋 copy color: '#9D017B'

red 157 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #9D017B

Tints of Eggplant #9D017B

RGB

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

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

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

R = 55.87%
G = 0.36%
B = 43.77%

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

#9D017B (or 0x9D017B) is known color: Eggplant. HEX triplet: 9D, 01 and 7B. RGB value is (157,1,123). Sum of RGB (Red+Green+Blue) = 157+1+123=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D017B is #62FE84. Grayscale: #3D3D3D. Windows color (decimal): -6487685 or 8061341. OLE color: 8061341.

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

Color convert

RGB 157 1 123 -
CMYK 0 0.99 0.22 0.38
HSL 313.08º 0.99% 0.31% -
HSV(B) 313.08º 0.99% 0.62% -
XYZ 17.49 8.62 19.48 -
YUV 61.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 157 1 123 0 0.99 0.22 0.38 313.08 0.99 0.31
Hex 9D 1 7B 0 63 16 26 139 63 1F
Octal 235 1 173 0 143 26 46 471 143 37
Binary 10011101 1 1111011 0 1100011 10110 100110 100111001 1100011 11111

Color Harmonies of #9D017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D017B

Black with #9D017B

Text Example


Text Example

White with #9D017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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