Html Css Color HEX #9A0260 Eggplant

📋 copy color: '#9A0260'

red 154 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #9A0260

Tints of Eggplant #9A0260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 61.11%
G = 0.79%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#9A0260 (or 0x9A0260) is known color: Eggplant. HEX triplet: 9A, 02 and 60. RGB value is (154,2,96). Sum of RGB (Red+Green+Blue) = 154+2+96=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0260 is #65FD9F. Grayscale: #393939. Windows color (decimal): -6684064 or 6292122. OLE color: 6292122.

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

Color convert

RGB 154 2 96 -
CMYK 0 0.99 0.38 0.40
HSL 322.89º 0.97% 0.31% -
HSV(B) 322.89º 0.99% 0.6% -
XYZ 15.46 7.76 11.75 -
YUV 58.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 154 2 96 0 0.99 0.38 0.40 322.89 0.97 0.31
Hex 9A 2 60 0 63 26 28 143 61 1F
Octal 232 2 140 0 143 46 50 503 141 37
Binary 10011010 10 1100000 0 1100011 100110 101000 101000011 1100001 11111

Color Harmonies of #9A0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0260

Black with #9A0260

Text Example


Text Example

White with #9A0260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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