Html Css Color HEX #9A0263 Eggplant

📋 copy color: '#9A0263'

red 154 ◦ green 2 ◦ blue 99

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

Shades of Eggplant #9A0263

Tints of Eggplant #9A0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 60.39%
G = 0.78%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A0263 (or 0x9A0263) is known color: Eggplant. HEX triplet: 9A, 02 and 63. RGB value is (154,2,99). Sum of RGB (Red+Green+Blue) = 154+2+99=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0263 is #65FD9C. Grayscale: #3A3A3A. Windows color (decimal): -6684061 or 6488730. OLE color: 6488730.

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

Color convert

RGB 154 2 99 -
CMYK 0 0.99 0.36 0.40
HSL 321.71º 0.97% 0.31% -
HSV(B) 321.71º 0.99% 0.6% -
XYZ 15.6 7.81 12.49 -
YUV 58.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 154 2 99 0 0.99 0.36 0.40 321.71 0.97 0.31
Hex 9A 2 63 0 63 24 28 142 61 1F
Octal 232 2 143 0 143 44 50 502 141 37
Binary 10011010 10 1100011 0 1100011 100100 101000 101000010 1100001 11111

Color Harmonies of #9A0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0263

Black with #9A0263

Text Example


Text Example

White with #9A0263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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