Html Css Color HEX #9A106A Eggplant

📋 copy color: '#9A106A'

red 154 ◦ green 16 ◦ blue 106

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

Shades of Eggplant #9A106A

Tints of Eggplant #9A106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 55.8%
G = 5.8%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A106A (or 0x9A106A) is known color: Eggplant. HEX triplet: 9A, 10 and 6A. RGB value is (154,16,106). Sum of RGB (Red+Green+Blue) = 154+16+106=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A106A is #65EF95. Grayscale: #434343. Windows color (decimal): -6680470 or 6951066. OLE color: 6951066.

HSL color Cylindrical-coordinate representation of color #9A106A: hue angle of 320.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A106A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 106 -
CMYK 0 0.90 0.31 0.40
HSL 320.87º 0.81% 0.33% -
HSV(B) 320.87º 0.9% 0.6% -
XYZ 16.11 8.28 14.38 -
YUV 67.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 154 16 106 0 0.90 0.31 0.40 320.87 0.81 0.33
Hex 9A 10 6A 0 5A 1F 28 141 51 21
Octal 232 20 152 0 132 37 50 501 121 41
Binary 10011010 10000 1101010 0 1011010 11111 101000 101000001 1010001 100001

Color Harmonies of #9A106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A106A

Black with #9A106A

Text Example


Text Example

White with #9A106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,106); }

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

background-color css

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

 a { background-color: rgb(154,16,106); }

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

border-color css

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

 span { border-color: rgb(154,16,106); }

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