#941A8E

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

Shades of Dark Purple #941A8E

Tints of Dark Purple #941A8E

Color information

#941A8E (or 0x941A8E) is unknown color: approx Dark Purple. HEX triplet: 94, 1A and 8E. RGB value is (148,26,142). Sum of RGB (Red+Green+Blue) = 148+26+142=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #941A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941A8E is #6BE571. Grayscale: #4B4B4B. Windows color (decimal): -7071090 or 9312916. OLE color: 9312916.

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

Color convert

RGB14826142-
CMYK00.820.040.42
HSL302.95º70.11%34.12%-
HSV(B)302.95º82.43%58.04%-
XYZ17.468.9926.41-
YUV75.7165.42179.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=46.84%
G=8.23%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482614200.820.040.42302.9570.1134.12
Hex941A8E05242A12f4622
Octal22432216012245245710642
Binary100101001101010001110010100101001010101001011111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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