#941A82

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

Shades of Dark Purple #941A82

Tints of Dark Purple #941A82

Color information

#941A82 (or 0x941A82) is unknown color: approx Dark Purple. HEX triplet: 94, 1A and 82. RGB value is (148,26,130). Sum of RGB (Red+Green+Blue) = 148+26+130=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #941A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941A82 is #6BE57D. Grayscale: #4A4A4A. Windows color (decimal): -7071102 or 8526484. OLE color: 8526484.

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

Color convert

RGB14826130-
CMYK00.820.120.42
HSL308.85º70.11%34.12%-
HSV(B)308.85º82.43%58.04%-
XYZ16.618.6521.91-
YUV74.33159.42180.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=48.68%
G=8.55%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482613000.820.120.42308.8570.1134.12
Hex941A82052C2A1354622
Octal224322020122145246510642
Binary1001010011010100000100101001011001010101001101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941A82; }

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

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

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

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

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

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

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

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