Html Css Color HEX #9A0163 Eggplant

📋 copy color: '#9A0163'

red 154 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #9A0163

Tints of Eggplant #9A0163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 60.63%
G = 0.39%
B = 38.98%

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

#9A0163 (or 0x9A0163) is known color: Eggplant. HEX triplet: 9A, 01 and 63. RGB value is (154,1,99). Sum of RGB (Red+Green+Blue) = 154+1+99=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0163 is #65FE9C. Grayscale: #393939. Windows color (decimal): -6684317 or 6488474. OLE color: 6488474.

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

Color convert

RGB 154 1 99 -
CMYK 0 0.99 0.36 0.40
HSL 321.57º 0.99% 0.3% -
HSV(B) 321.57º 0.99% 0.6% -
XYZ 15.59 7.79 12.49 -
YUV 57.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 154 1 99 0 0.99 0.36 0.40 321.57 0.99 0.3
Hex 9A 1 63 0 63 24 28 142 63 1E
Octal 232 1 143 0 143 44 50 502 143 36
Binary 10011010 1 1100011 0 1100011 100100 101000 101000010 1100011 11110

Color Harmonies of #9A0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0163

Black with #9A0163

Text Example


Text Example

White with #9A0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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