Html Css Color HEX #9F0364 Eggplant

📋 copy color: '#9F0364'

red 159 ◦ green 3 ◦ blue 100

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

Shades of Eggplant #9F0364

Tints of Eggplant #9F0364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.17%

R = 60.69%
G = 1.15%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F0364 (or 0x9F0364) is known color: Eggplant. HEX triplet: 9F, 03 and 64. RGB value is (159,3,100). Sum of RGB (Red+Green+Blue) = 159+3+100=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0364 is #60FC9B. Grayscale: #3C3C3C. Windows color (decimal): -6356124 or 6554527. OLE color: 6554527.

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

Color convert

RGB 159 3 100 -
CMYK 0 0.98 0.37 0.38
HSL 322.69º 0.96% 0.32% -
HSV(B) 322.69º 0.98% 0.62% -
XYZ 16.63 8.36 12.79 -
YUV 60.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 159 3 100 0 0.98 0.37 0.38 322.69 0.96 0.32
Hex 9F 3 64 0 62 25 26 143 60 20
Octal 237 3 144 0 142 45 46 503 140 40
Binary 10011111 11 1100100 0 1100010 100101 100110 101000011 1100000 100000

Color Harmonies of #9F0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0364

Black with #9F0364

Text Example


Text Example

White with #9F0364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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