Html Css Color HEX #9F0068 Eggplant

📋 copy color: '#9F0068'

red 159 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #9F0068

Tints of Eggplant #9F0068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.46%
G = 0%
B = 39.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F0068 (or 0x9F0068) is known color: Eggplant. HEX triplet: 9F, 00 and 68. RGB value is (159,0,104). Sum of RGB (Red+Green+Blue) = 159+0+104=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0068 is #60FF97. Grayscale: #3B3B3B. Windows color (decimal): -6356888 or 6815903. OLE color: 6815903.

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

Color convert

RGB 159 0 104 -
CMYK 0 1 0.35 0.38
HSL 320.75º 1% 0.31% -
HSV(B) 320.75º 1% 0.62% -
XYZ 16.8 8.37 13.83 -
YUV 59.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 159 0 104 0 1 0.35 0.38 320.75 1 0.31
Hex 9F 0 68 0 64 23 26 141 64 1F
Octal 237 0 150 0 144 43 46 501 144 37
Binary 10011111 0 1101000 0 1100100 100011 100110 101000001 1100100 11111

Color Harmonies of #9F0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0068

Black with #9F0068

Text Example


Text Example

White with #9F0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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