#942C7C

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

Shades of Dark Purple #942C7C

Tints of Dark Purple #942C7C

Color information

#942C7C (or 0x942C7C) is unknown color: approx Dark Purple. HEX triplet: 94, 2C and 7C. RGB value is (148,44,124). Sum of RGB (Red+Green+Blue) = 148+44+124=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #942C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C7C is #6BD383. Grayscale: #545454. Windows color (decimal): -7066500 or 8137876. OLE color: 8137876.

HSL color Cylindrical-coordinate representation of color #942C7C: hue angle of 313.85º 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 #942C7C is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14844124-
CMYK00.700.160.42
HSL313.85º54.17%37.65%-
HSV(B)313.85º70.27%58.04%-
XYZ16.759.5520.03-
YUV84.22150.46173.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=46.84%
G=13.92%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484412400.700.160.42313.8554.1737.65
Hex942C7C046102A13a3626
Octal22454174010620524726646
Binary1001010010110011111000100011010000101010100111010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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