Html Css Color HEX #9A1672 Eggplant

📋 copy color: '#9A1672'

red 154 ◦ green 22 ◦ blue 114

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

Shades of Eggplant #9A1672

Tints of Eggplant #9A1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 53.1%
G = 7.59%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A1672 (or 0x9A1672) is known color: Eggplant. HEX triplet: 9A, 16 and 72. RGB value is (154,22,114). Sum of RGB (Red+Green+Blue) = 154+22+114=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1672 is #65E98D. Grayscale: #474747. Windows color (decimal): -6678926 or 7476890. OLE color: 7476890.

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

Color convert

RGB 154 22 114 -
CMYK 0 0.86 0.26 0.40
HSL 318.18º 0.75% 0.35% -
HSV(B) 318.18º 0.86% 0.6% -
XYZ 16.65 8.66 16.71 -
YUV 71.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 154 22 114 0 0.86 0.26 0.40 318.18 0.75 0.35
Hex 9A 16 72 0 56 1A 28 13E 4B 23
Octal 232 26 162 0 126 32 50 476 113 43
Binary 10011010 10110 1110010 0 1010110 11010 101000 100111110 1001011 100011

Color Harmonies of #9A1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1672

Black with #9A1672

Text Example


Text Example

White with #9A1672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,22,114); }

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

background-color css

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

 a { background-color: rgb(154,22,114); }

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

border-color css

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

 span { border-color: rgb(154,22,114); }

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