Html Css Color HEX #9F1674 Eggplant

📋 copy color: '#9F1674'

red 159 ◦ green 22 ◦ blue 116

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

Shades of Eggplant #9F1674

Tints of Eggplant #9F1674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 53.54%
G = 7.41%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F1674 (or 0x9F1674) is known color: Eggplant. HEX triplet: 9F, 16 and 74. RGB value is (159,22,116). Sum of RGB (Red+Green+Blue) = 159+22+116=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1674 is #60E98B. Grayscale: #494949. Windows color (decimal): -6351244 or 7607967. OLE color: 7607967.

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

Color convert

RGB 159 22 116 -
CMYK 0 0.86 0.27 0.38
HSL 318.83º 0.76% 0.35% -
HSV(B) 318.83º 0.86% 0.62% -
XYZ 17.74 9.21 17.37 -
YUV 73.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 159 22 116 0 0.86 0.27 0.38 318.83 0.76 0.35
Hex 9F 16 74 0 56 1B 26 13F 4C 23
Octal 237 26 164 0 126 33 46 477 114 43
Binary 10011111 10110 1110100 0 1010110 11011 100110 100111111 1001100 100011

Color Harmonies of #9F1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1674

Black with #9F1674

Text Example


Text Example

White with #9F1674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,116); }

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

background-color css

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

 a { background-color: rgb(159,22,116); }

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

border-color css

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

 span { border-color: rgb(159,22,116); }

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