#941A8D

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

Shades of Dark Purple #941A8D

Tints of Dark Purple #941A8D

Color information

#941A8D (or 0x941A8D) is unknown color: approx Dark Purple. HEX triplet: 94, 1A and 8D. RGB value is (148,26,141). Sum of RGB (Red+Green+Blue) = 148+26+141=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #941A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941A8D is #6BE572. Grayscale: #4B4B4B. Windows color (decimal): -7071091 or 9247380. OLE color: 9247380.

HSL color Cylindrical-coordinate representation of color #941A8D: hue angle of 303.44º 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 #941A8D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14826141-
CMYK00.820.050.42
HSL303.44º70.11%34.12%-
HSV(B)303.44º82.43%58.04%-
XYZ17.398.9626.01-
YUV75.59164.92179.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=46.98%
G=8.25%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482614100.820.050.42303.4470.1134.12
Hex941A8D05252A12f4622
Octal22432215012255245710642
Binary100101001101010001101010100101011010101001011111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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