Html Css Color HEX #9A0C6D Eggplant

📋 copy color: '#9A0C6D'

red 154 ◦ green 12 ◦ blue 109

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

Shades of Eggplant #9A0C6D

Tints of Eggplant #9A0C6D

RGB

 RED value IS 154 (60.55% from 255) = 56%

 GREEN value IS 12 (5.08% from 255) = 4.36%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 56%
G = 4.36%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A0C6D (or 0x9A0C6D) is known color: Eggplant. HEX triplet: 9A, 0C and 6D. RGB value is (154,12,109). Sum of RGB (Red+Green+Blue) = 154+12+109=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0C6D is #65F392. Grayscale: #414141. Windows color (decimal): -6681491 or 7146650. OLE color: 7146650.

HSL color Cylindrical-coordinate representation of color #9A0C6D: hue angle of 319.01º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C6D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 109 -
CMYK 0 0.92 0.29 0.40
HSL 319.01º 0.86% 0.33% -
HSV(B) 319.01º 0.92% 0.6% -
XYZ 16.22 8.24 15.2 -
YUV 65.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 154 12 109 0 0.92 0.29 0.40 319.01 0.86 0.33
Hex 9A C 6D 0 5C 1D 28 13F 56 21
Octal 232 14 155 0 134 35 50 477 126 41
Binary 10011010 1100 1101101 0 1011100 11101 101000 100111111 1010110 100001

Color Harmonies of #9A0C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C6D

Black with #9A0C6D

Text Example


Text Example

White with #9A0C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,109); }

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

background-color css

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

 a { background-color: rgb(154,12,109); }

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

border-color css

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

 span { border-color: rgb(154,12,109); }

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