Html Css Color HEX #9F0362 Eggplant

📋 copy color: '#9F0362'

red 159 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #9F0362

Tints of Eggplant #9F0362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 61.15%
G = 1.15%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F0362 (or 0x9F0362) is known color: Eggplant. HEX triplet: 9F, 03 and 62. RGB value is (159,3,98). Sum of RGB (Red+Green+Blue) = 159+3+98=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0362 is #60FC9D. Grayscale: #3C3C3C. Windows color (decimal): -6356126 or 6423455. OLE color: 6423455.

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

Color convert

RGB 159 3 98 -
CMYK 0 0.98 0.38 0.38
HSL 323.46º 0.96% 0.32% -
HSV(B) 323.46º 0.98% 0.62% -
XYZ 16.54 8.32 12.29 -
YUV 60.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 159 3 98 0 0.98 0.38 0.38 323.46 0.96 0.32
Hex 9F 3 62 0 62 26 26 143 60 20
Octal 237 3 142 0 142 46 46 503 140 40
Binary 10011111 11 1100010 0 1100010 100110 100110 101000011 1100000 100000

Color Harmonies of #9F0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0362

Black with #9F0362

Text Example


Text Example

White with #9F0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,98); }

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

background-color css

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

 a { background-color: rgb(159,3,98); }

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

border-color css

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

 span { border-color: rgb(159,3,98); }

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