Html Css Color HEX #9D0067 Eggplant

📋 copy color: '#9D0067'

red 157 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #9D0067

Tints of Eggplant #9D0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 39.62%

R = 60.38%
G = 0%
B = 39.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D0067 (or 0x9D0067) is known color: Eggplant. HEX triplet: 9D, 00 and 67. RGB value is (157,0,103). Sum of RGB (Red+Green+Blue) = 157+0+103=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0067 is #62FF98. Grayscale: #3A3A3A. Windows color (decimal): -6487961 or 6750365. OLE color: 6750365.

HSL color Cylindrical-coordinate representation of color #9D0067: hue angle of 320.64º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0067 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 0 103 -
CMYK 0 1 0.34 0.38
HSL 320.64º 1% 0.31% -
HSV(B) 320.64º 1% 0.62% -
XYZ 16.35 8.15 13.54 -
YUV 58.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 157 0 103 0 1 0.34 0.38 320.64 1 0.31
Hex 9D 0 67 0 64 22 26 141 64 1F
Octal 235 0 147 0 144 42 46 501 144 37
Binary 10011101 0 1100111 0 1100100 100010 100110 101000001 1100100 11111

Color Harmonies of #9D0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0067

Black with #9D0067

Text Example


Text Example

White with #9D0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,0,103); }

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

background-color css

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

 a { background-color: rgb(157,0,103); }

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

border-color css

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

 span { border-color: rgb(157,0,103); }

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