#942C8A

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

Shades of Dark Purple #942C8A

Tints of Dark Purple #942C8A

Color information

#942C8A (or 0x942C8A) is unknown color: approx Dark Purple. HEX triplet: 94, 2C and 8A. RGB value is (148,44,138). Sum of RGB (Red+Green+Blue) = 148+44+138=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #942C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942C8A is #6BD375. Grayscale: #555555. Windows color (decimal): -7066486 or 9055380. OLE color: 9055380.

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

Color convert

RGB14844138-
CMYK00.700.070.42
HSL305.77º54.17%37.65%-
HSV(B)305.77º70.27%58.04%-
XYZ17.79.9325.03-
YUV85.81157.46172.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 44 (17.58% from 255) = 13.33%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=44.85%
G=13.33%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484413800.700.070.42305.7754.1737.65
Hex942C8A04672A1323626
Octal2245421201067524626646
Binary100101001011001000101001000110111101010100110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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