Html Css Color HEX #9C0765 Eggplant

📋 copy color: '#9C0765'

red 156 ◦ green 7 ◦ blue 101

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

Shades of Eggplant #9C0765

Tints of Eggplant #9C0765

RGB

 RED value IS 156 (61.33% from 255) = 59.09%

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 59.09%
G = 2.65%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C0765 (or 0x9C0765) is known color: Eggplant. HEX triplet: 9C, 07 and 65. RGB value is (156,7,101). Sum of RGB (Red+Green+Blue) = 156+7+101=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0765 is #63F89A. Grayscale: #3E3E3E. Windows color (decimal): -6551707 or 6621084. OLE color: 6621084.

HSL color Cylindrical-coordinate representation of color #9C0765: hue angle of 322.15º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0765 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 7 101 -
CMYK 0 0.96 0.35 0.39
HSL 322.15º 0.91% 0.32% -
HSV(B) 322.15º 0.96% 0.61% -
XYZ 16.14 8.16 13.04 -
YUV 62.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 156 7 101 0 0.96 0.35 0.39 322.15 0.91 0.32
Hex 9C 7 65 0 60 23 27 142 5B 20
Octal 234 7 145 0 140 43 47 502 133 40
Binary 10011100 111 1100101 0 1100000 100011 100111 101000010 1011011 100000

Color Harmonies of #9C0765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0765

Black with #9C0765

Text Example


Text Example

White with #9C0765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,7,101); }

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

background-color css

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

 a { background-color: rgb(156,7,101); }

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

border-color css

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

 span { border-color: rgb(156,7,101); }

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