Html Css Color HEX #9F0868 Eggplant

📋 copy color: '#9F0868'

red 159 ◦ green 8 ◦ blue 104

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

Shades of Eggplant #9F0868

Tints of Eggplant #9F0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 58.67%
G = 2.95%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F0868 (or 0x9F0868) is known color: Eggplant. HEX triplet: 9F, 08 and 68. RGB value is (159,8,104). Sum of RGB (Red+Green+Blue) = 159+8+104=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0868 is #60F797. Grayscale: #3F3F3F. Windows color (decimal): -6354840 or 6817951. OLE color: 6817951.

HSL color Cylindrical-coordinate representation of color #9F0868: hue angle of 321.85º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0868 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 104 -
CMYK 0 0.95 0.35 0.38
HSL 321.85º 0.9% 0.33% -
HSV(B) 321.85º 0.95% 0.62% -
XYZ 16.88 8.54 13.86 -
YUV 64.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 159 8 104 0 0.95 0.35 0.38 321.85 0.9 0.33
Hex 9F 8 68 0 5F 23 26 142 5A 21
Octal 237 10 150 0 137 43 46 502 132 41
Binary 10011111 1000 1101000 0 1011111 100011 100110 101000010 1011010 100001

Color Harmonies of #9F0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0868

Black with #9F0868

Text Example


Text Example

White with #9F0868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,104); }

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

background-color css

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

 a { background-color: rgb(159,8,104); }

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

border-color css

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

 span { border-color: rgb(159,8,104); }

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