#940F76

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

Shades of Dark Purple #940F76

Tints of Dark Purple #940F76

Color information

#940F76 (or 0x940F76) is unknown color: approx Dark Purple. HEX triplet: 94, 0F and 76. RGB value is (148,15,118). Sum of RGB (Red+Green+Blue) = 148+15+118=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #940F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F76 is #6BF089. Grayscale: #424242. Windows color (decimal): -7073930 or 7737236. OLE color: 7737236.

HSL color Cylindrical-coordinate representation of color #940F76: hue angle of 313.53º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F76 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14815118-
CMYK00.900.200.42
HSL313.53º81.6%31.96%-
HSV(B)313.53º89.86%58.04%-
XYZ15.657.9517.85-
YUV66.51157.06186.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 15 (6.25% from 255) = 5.34%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=52.67%
G=5.34%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481511800.900.200.42313.5381.631.96
Hex94F7605A142A13a5220
Octal224171660132245247212240
Binary100101001111111011001011010101001010101001110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940F76; }

 p { color: rgb(148,15,118); }

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

<style>
 a { background-color: #940F76; }

 a { background-color: rgb(148,15,118); }

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

<style>
 span { border-color: #940F76; }

 span { border-color: rgb(148,15,118); }

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