Html Css Color HEX #9F0069 Eggplant

📋 copy color: '#9F0069'

red 159 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #9F0069

Tints of Eggplant #9F0069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.77%

R = 60.23%
G = 0%
B = 39.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F0069 (or 0x9F0069) is known color: Eggplant. HEX triplet: 9F, 00 and 69. RGB value is (159,0,105). Sum of RGB (Red+Green+Blue) = 159+0+105=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0069 is #60FF96. Grayscale: #3B3B3B. Windows color (decimal): -6356887 or 6881439. OLE color: 6881439.

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

Color convert

RGB 159 0 105 -
CMYK 0 1 0.34 0.38
HSL 320.38º 1% 0.31% -
HSV(B) 320.38º 1% 0.62% -
XYZ 16.85 8.39 14.1 -
YUV 59.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 159 0 105 0 1 0.34 0.38 320.38 1 0.31
Hex 9F 0 69 0 64 22 26 140 64 1F
Octal 237 0 151 0 144 42 46 500 144 37
Binary 10011111 0 1101001 0 1100100 100010 100110 101000000 1100100 11111

Color Harmonies of #9F0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0069

Black with #9F0069

Text Example


Text Example

White with #9F0069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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