Html Css Color HEX #9A0374 Eggplant

📋 copy color: '#9A0374'

red 154 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #9A0374

Tints of Eggplant #9A0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 56.41%
G = 1.1%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A0374 (or 0x9A0374) is known color: Eggplant. HEX triplet: 9A, 03 and 74. RGB value is (154,3,116). Sum of RGB (Red+Green+Blue) = 154+3+116=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0374 is #65FC8B. Grayscale: #3C3C3C. Windows color (decimal): -6683788 or 7603098. OLE color: 7603098.

HSL color Cylindrical-coordinate representation of color #9A0374: hue angle of 315.1º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0374 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 3 116 -
CMYK 0 0.98 0.25 0.40
HSL 315.1º 0.96% 0.31% -
HSV(B) 315.1º 0.98% 0.6% -
XYZ 16.51 8.2 17.23 -
YUV 61.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 154 3 116 0 0.98 0.25 0.40 315.1 0.96 0.31
Hex 9A 3 74 0 62 19 28 13B 60 1F
Octal 232 3 164 0 142 31 50 473 140 37
Binary 10011010 11 1110100 0 1100010 11001 101000 100111011 1100000 11111

Color Harmonies of #9A0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0374

Black with #9A0374

Text Example


Text Example

White with #9A0374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,3,116); }

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

background-color css

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

 a { background-color: rgb(154,3,116); }

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

border-color css

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

 span { border-color: rgb(154,3,116); }

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