Html Css Color HEX #9F0F6C Eggplant

📋 copy color: '#9F0F6C'

red 159 ◦ green 15 ◦ blue 108

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

Shades of Eggplant #9F0F6C

Tints of Eggplant #9F0F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 56.38%
G = 5.32%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F0F6C (or 0x9F0F6C) is known color: Eggplant. HEX triplet: 9F, 0F and 6C. RGB value is (159,15,108). Sum of RGB (Red+Green+Blue) = 159+15+108=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0F6C is #60F093. Grayscale: #444444. Windows color (decimal): -6353044 or 7081887. OLE color: 7081887.

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

Color convert

RGB 159 15 108 -
CMYK 0 0.91 0.32 0.38
HSL 321.25º 0.83% 0.34% -
HSV(B) 321.25º 0.91% 0.62% -
XYZ 17.18 8.8 14.98 -
YUV 68.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 159 15 108 0 0.91 0.32 0.38 321.25 0.83 0.34
Hex 9F F 6C 0 5B 20 26 141 53 22
Octal 237 17 154 0 133 40 46 501 123 42
Binary 10011111 1111 1101100 0 1011011 100000 100110 101000001 1010011 100010

Color Harmonies of #9F0F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0F6C

Black with #9F0F6C

Text Example


Text Example

White with #9F0F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,15,108); }

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

background-color css

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

 a { background-color: rgb(159,15,108); }

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

border-color css

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

 span { border-color: rgb(159,15,108); }

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