#942984

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

Shades of Dark Purple #942984

Tints of Dark Purple #942984

Color information

#942984 (or 0x942984) is unknown color: approx Dark Purple. HEX triplet: 94, 29 and 84. RGB value is (148,41,132). Sum of RGB (Red+Green+Blue) = 148+41+132=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #942984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942984 is #6BD67B. Grayscale: #535353. Windows color (decimal): -7067260 or 8661396. OLE color: 8661396.

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

Color convert

RGB14841132-
CMYK00.720.110.42
HSL308.97º56.61%37.06%-
HSV(B)308.97º72.3%58.04%-
XYZ17.179.5522.77-
YUV83.37155.45174.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=46.11%
G=12.77%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484113200.720.110.42308.9756.6137.06
Hex942984048B2A1353925
Octal22451204011013524657145
Binary1001010010100110000100010010001011101010100110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942984; }

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

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

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

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

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

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

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

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