Html Css Color HEX #9D0665 Eggplant

📋 copy color: '#9D0665'

red 157 ◦ green 6 ◦ blue 101

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

Shades of Eggplant #9D0665

Tints of Eggplant #9D0665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 59.47%
G = 2.27%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D0665 (or 0x9D0665) is known color: Eggplant. HEX triplet: 9D, 06 and 65. RGB value is (157,6,101). Sum of RGB (Red+Green+Blue) = 157+6+101=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0665 is #62F99A. Grayscale: #3D3D3D. Windows color (decimal): -6486427 or 6620829. OLE color: 6620829.

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

Color convert

RGB 157 6 101 -
CMYK 0 0.96 0.36 0.38
HSL 322.25º 0.93% 0.32% -
HSV(B) 322.25º 0.96% 0.62% -
XYZ 16.32 8.24 13.04 -
YUV 61.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 157 6 101 0 0.96 0.36 0.38 322.25 0.93 0.32
Hex 9D 6 65 0 60 24 26 142 5D 20
Octal 235 6 145 0 140 44 46 502 135 40
Binary 10011101 110 1100101 0 1100000 100100 100110 101000010 1011101 100000

Color Harmonies of #9D0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0665

Black with #9D0665

Text Example


Text Example

White with #9D0665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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