Html Css Color HEX #9F0260 Eggplant

📋 copy color: '#9F0260'

red 159 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #9F0260

Tints of Eggplant #9F0260

RGB

 RED value IS 159 (62.5% from 255) = 61.87%

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

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

R = 61.87%
G = 0.78%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F0260 (or 0x9F0260) is known color: Eggplant. HEX triplet: 9F, 02 and 60. RGB value is (159,2,96). Sum of RGB (Red+Green+Blue) = 159+2+96=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0260 is #60FD9F. Grayscale: #3B3B3B. Windows color (decimal): -6356384 or 6292127. OLE color: 6292127.

HSL color Cylindrical-coordinate representation of color #9F0260: hue angle of 324.08º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0260 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 96 -
CMYK 0 0.99 0.40 0.38
HSL 324.08º 0.98% 0.32% -
HSV(B) 324.08º 0.99% 0.62% -
XYZ 16.43 8.26 11.79 -
YUV 59.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 159 2 96 0 0.99 0.40 0.38 324.08 0.98 0.32
Hex 9F 2 60 0 63 28 26 144 62 20
Octal 237 2 140 0 143 50 46 504 142 40
Binary 10011111 10 1100000 0 1100011 101000 100110 101000100 1100010 100000

Color Harmonies of #9F0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0260

Black with #9F0260

Text Example


Text Example

White with #9F0260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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