#942584

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

Shades of Dark Purple #942584

Tints of Dark Purple #942584

Color information

#942584 (or 0x942584) is unknown color: approx Dark Purple. HEX triplet: 94, 25 and 84. RGB value is (148,37,132). Sum of RGB (Red+Green+Blue) = 148+37+132=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942584 is #6BDA7B. Grayscale: #505050. Windows color (decimal): -7068284 or 8660372. OLE color: 8660372.

HSL color Cylindrical-coordinate representation of color #942584: hue angle of 308.65º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942584 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14837132-
CMYK00.750.110.42
HSL308.65º60%36.27%-
HSV(B)308.65º75%58.04%-
XYZ17.049.2822.72-
YUV81.02156.77175.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=46.69%
G=11.67%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483713200.750.110.42308.656036.27
Hex94258404BB2A1353c24
Octal22445204011313524657444
Binary1001010010010110000100010010111011101010100110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942584; }

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

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

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

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

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

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

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

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