Html Css Color HEX #9A0D6F Eggplant

📋 copy color: '#9A0D6F'

red 154 ◦ green 13 ◦ blue 111

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

Shades of Eggplant #9A0D6F

Tints of Eggplant #9A0D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 55.4%
G = 4.68%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A0D6F (or 0x9A0D6F) is known color: Eggplant. HEX triplet: 9A, 0D and 6F. RGB value is (154,13,111). Sum of RGB (Red+Green+Blue) = 154+13+111=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0D6F is #65F290. Grayscale: #424242. Windows color (decimal): -6681233 or 7277978. OLE color: 7277978.

HSL color Cylindrical-coordinate representation of color #9A0D6F: hue angle of 318.3º degrees, saturation: 0.84, 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 #9A0D6F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 13 111 -
CMYK 0 0.92 0.28 0.40
HSL 318.3º 0.84% 0.33% -
HSV(B) 318.3º 0.92% 0.6% -
XYZ 16.34 8.31 15.78 -
YUV 66.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 154 13 111 0 0.92 0.28 0.40 318.3 0.84 0.33
Hex 9A D 6F 0 5C 1C 28 13E 54 21
Octal 232 15 157 0 134 34 50 476 124 41
Binary 10011010 1101 1101111 0 1011100 11100 101000 100111110 1010100 100001

Color Harmonies of #9A0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0D6F

Black with #9A0D6F

Text Example


Text Example

White with #9A0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,13,111); }

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

background-color css

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

 a { background-color: rgb(154,13,111); }

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

border-color css

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

 span { border-color: rgb(154,13,111); }

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