Html Css Color HEX #9F0163 Eggplant

📋 copy color: '#9F0163'

red 159 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #9F0163

Tints of Eggplant #9F0163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 61.39%
G = 0.39%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F0163 (or 0x9F0163) is known color: Eggplant. HEX triplet: 9F, 01 and 63. RGB value is (159,1,99). Sum of RGB (Red+Green+Blue) = 159+1+99=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0163 is #60FE9C. Grayscale: #3B3B3B. Windows color (decimal): -6356637 or 6488479. OLE color: 6488479.

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

Color convert

RGB 159 1 99 -
CMYK 0 0.99 0.38 0.38
HSL 322.78º 0.99% 0.31% -
HSV(B) 322.78º 0.99% 0.62% -
XYZ 16.56 8.29 12.53 -
YUV 59.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 159 1 99 0 0.99 0.38 0.38 322.78 0.99 0.31
Hex 9F 1 63 0 63 26 26 143 63 1F
Octal 237 1 143 0 143 46 46 503 143 37
Binary 10011111 1 1100011 0 1100011 100110 100110 101000011 1100011 11111

Color Harmonies of #9F0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0163

Black with #9F0163

Text Example


Text Example

White with #9F0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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