#942782

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

Shades of Dark Purple #942782

Tints of Dark Purple #942782

Color information

#942782 (or 0x942782) is unknown color: approx Dark Purple. HEX triplet: 94, 27 and 82. RGB value is (148,39,130). Sum of RGB (Red+Green+Blue) = 148+39+130=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942782 is #6BD87D. Grayscale: #515151. Windows color (decimal): -7067774 or 8529812. OLE color: 8529812.

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

Color convert

RGB14839130-
CMYK00.740.120.42
HSL309.91º58.29%36.67%-
HSV(B)309.91º73.65%58.04%-
XYZ16.979.3622.03-
YUV81.96155.11175.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=46.69%
G=12.30%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483913000.740.120.42309.9158.2936.67
Hex94278204AC2A1363a25
Octal22447202011214524667245
Binary1001010010011110000010010010101100101010100110110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942782; }

 p { color: rgb(148,39,130); }

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

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

 a { background-color: rgb(148,39,130); }

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

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

 span { border-color: rgb(148,39,130); }

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