#942C84

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

Shades of Dark Purple #942C84

Tints of Dark Purple #942C84

Color information

#942C84 (or 0x942C84) is unknown color: approx Dark Purple. HEX triplet: 94, 2C and 84. RGB value is (148,44,132). Sum of RGB (Red+Green+Blue) = 148+44+132=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #942C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942C84 is #6BD37B. Grayscale: #545454. Windows color (decimal): -7066492 or 8662164. OLE color: 8662164.

HSL color Cylindrical-coordinate representation of color #942C84: hue angle of 309.23º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942C84 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14844132-
CMYK00.700.110.42
HSL309.23º54.17%37.65%-
HSV(B)309.23º70.27%58.04%-
XYZ17.289.7622.8-
YUV85.13154.46172.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=45.68%
G=13.58%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484413200.700.110.42309.2354.1737.65
Hex942C84046B2A1353626
Octal22454204010613524656646
Binary1001010010110010000100010001101011101010100110101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942C84; }

 p { color: rgb(148,44,132); }

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

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

 a { background-color: rgb(148,44,132); }

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

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

 span { border-color: rgb(148,44,132); }

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