#942876

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

Shades of Dark Purple #942876

Tints of Dark Purple #942876

Color information

#942876 (or 0x942876) is unknown color: approx Dark Purple. HEX triplet: 94, 28 and 76. RGB value is (148,40,118). Sum of RGB (Red+Green+Blue) = 148+40+118=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #942876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942876 is #6BD789. Grayscale: #505050. Windows color (decimal): -7067530 or 7743636. OLE color: 7743636.

HSL color Cylindrical-coordinate representation of color #942876: hue angle of 316.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942876 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14840118-
CMYK00.730.200.42
HSL316.67º57.45%36.86%-
HSV(B)316.67º72.97%58.04%-
XYZ16.249.1218.04-
YUV81.18148.78175.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=48.37%
G=13.07%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484011800.730.200.42316.6757.4536.86
Hex942876049142A13d3925
Octal22450166011124524757145
Binary1001010010100011101100100100110100101010100111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942876; }

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

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

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

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

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

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

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

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