Html Css Color HEX #9F017B Eggplant

📋 copy color: '#9F017B'

red 159 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #9F017B

Tints of Eggplant #9F017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 56.18%
G = 0.35%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F017B (or 0x9F017B) is known color: Eggplant. HEX triplet: 9F, 01 and 7B. RGB value is (159,1,123). Sum of RGB (Red+Green+Blue) = 159+1+123=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F017B is #60FE84. Grayscale: #3D3D3D. Windows color (decimal): -6356613 or 8061343. OLE color: 8061343.

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

Color convert

RGB 159 1 123 -
CMYK 0 0.99 0.23 0.38
HSL 313.67º 0.99% 0.31% -
HSV(B) 313.67º 0.99% 0.62% -
XYZ 17.88 8.82 19.5 -
YUV 62.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 159 1 123 0 0.99 0.23 0.38 313.67 0.99 0.31
Hex 9F 1 7B 0 63 17 26 13A 63 1F
Octal 237 1 173 0 143 27 46 472 143 37
Binary 10011111 1 1111011 0 1100011 10111 100110 100111010 1100011 11111

Color Harmonies of #9F017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F017B

Black with #9F017B

Text Example


Text Example

White with #9F017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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