Html Css Color HEX #9F0169 Eggplant

📋 copy color: '#9F0169'

red 159 ◦ green 1 ◦ blue 105

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

Shades of Eggplant #9F0169

Tints of Eggplant #9F0169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 60%
G = 0.38%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F0169 (or 0x9F0169) is known color: Eggplant. HEX triplet: 9F, 01 and 69. RGB value is (159,1,105). Sum of RGB (Red+Green+Blue) = 159+1+105=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0169 is #60FE96. Grayscale: #3B3B3B. Windows color (decimal): -6356631 or 6881695. OLE color: 6881695.

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

Color convert

RGB 159 1 105 -
CMYK 0 0.99 0.34 0.38
HSL 320.51º 0.99% 0.31% -
HSV(B) 320.51º 0.99% 0.62% -
XYZ 16.86 8.41 14.1 -
YUV 60.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 159 1 105 0 0.99 0.34 0.38 320.51 0.99 0.31
Hex 9F 1 69 0 63 22 26 141 63 1F
Octal 237 1 151 0 143 42 46 501 143 37
Binary 10011111 1 1101001 0 1100011 100010 100110 101000001 1100011 11111

Color Harmonies of #9F0169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0169

Black with #9F0169

Text Example


Text Example

White with #9F0169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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