Html Css Color HEX #9D067B Eggplant

📋 copy color: '#9D067B'

red 157 ◦ green 6 ◦ blue 123

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

Shades of Eggplant #9D067B

Tints of Eggplant #9D067B

RGB

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

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

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

R = 54.9%
G = 2.1%
B = 43.01%

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

#9D067B (or 0x9D067B) is known color: Eggplant. HEX triplet: 9D, 06 and 7B. RGB value is (157,6,123). Sum of RGB (Red+Green+Blue) = 157+6+123=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D067B is #62F984. Grayscale: #404040. Windows color (decimal): -6486405 or 8062621. OLE color: 8062621.

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

Color convert

RGB 157 6 123 -
CMYK 0 0.96 0.22 0.38
HSL 313.51º 0.93% 0.32% -
HSV(B) 313.51º 0.96% 0.62% -
XYZ 17.54 8.73 19.5 -
YUV 64.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 157 6 123 0 0.96 0.22 0.38 313.51 0.93 0.32
Hex 9D 6 7B 0 60 16 26 13A 5D 20
Octal 235 6 173 0 140 26 46 472 135 40
Binary 10011101 110 1111011 0 1100000 10110 100110 100111010 1011101 100000

Color Harmonies of #9D067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D067B

Black with #9D067B

Text Example


Text Example

White with #9D067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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