#9F2678

Color #9F2678 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9F2678

Tints of Dark Purple #9F2678

Color information

#9F2678 (or 0x9F2678) is unknown color: approx Dark Purple. HEX triplet: 9F, 26 and 78. RGB value is (159,38,120). Sum of RGB (Red+Green+Blue) = 159+38+120=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2678 is #60D987. Grayscale: #535353. Windows color (decimal): -6347144 or 7874207. OLE color: 7874207.

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

Color convert

RGB15938120-
CMYK00.760.250.38
HSL319.34º61.42%38.63%-
HSV(B)319.34º76.1%62.35%-
XYZ18.3810.1118.75-
YUV83.53148.59181.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.16%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=50.16%
G=11.99%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593812000.760.250.38319.3461.4238.63
Hex9F267804C192613f3d27
Octal23746170011431464777547
Binary1001111110011011110000100110011001100110100111111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,120); }

 H1.HeaderClassName
 {
   color: #9F2678;
 }
 .AnyTagClassName
 {
   color: #9F2678;
 }
</style>
background-color css

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

 a { background-color: rgb(159,38,120); }

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

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

 span { border-color: rgb(159,38,120); }

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