Html Css Color HEX #9A0363 Eggplant

📋 copy color: '#9A0363'

red 154 ◦ green 3 ◦ blue 99

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

Shades of Eggplant #9A0363

Tints of Eggplant #9A0363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 60.16%
G = 1.17%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A0363 (or 0x9A0363) is known color: Eggplant. HEX triplet: 9A, 03 and 63. RGB value is (154,3,99). Sum of RGB (Red+Green+Blue) = 154+3+99=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0363 is #65FC9C. Grayscale: #3A3A3A. Windows color (decimal): -6683805 or 6488986. OLE color: 6488986.

HSL color Cylindrical-coordinate representation of color #9A0363: hue angle of 321.85º 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 #9A0363 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 3 99 -
CMYK 0 0.98 0.36 0.40
HSL 321.85º 0.96% 0.31% -
HSV(B) 321.85º 0.98% 0.6% -
XYZ 15.61 7.84 12.49 -
YUV 59.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 154 3 99 0 0.98 0.36 0.40 321.85 0.96 0.31
Hex 9A 3 63 0 62 24 28 142 60 1F
Octal 232 3 143 0 142 44 50 502 140 37
Binary 10011010 11 1100011 0 1100010 100100 101000 101000010 1100000 11111

Color Harmonies of #9A0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0363

Black with #9A0363

Text Example


Text Example

White with #9A0363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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