#941B8A

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

Shades of Dark Purple #941B8A

Tints of Dark Purple #941B8A

Color information

#941B8A (or 0x941B8A) is unknown color: approx Dark Purple. HEX triplet: 94, 1B and 8A. RGB value is (148,27,138). Sum of RGB (Red+Green+Blue) = 148+27+138=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #941B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B8A is #6BE475. Grayscale: #4B4B4B. Windows color (decimal): -7070838 or 9051028. OLE color: 9051028.

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

Color convert

RGB14827138-
CMYK00.820.070.42
HSL304.96º69.14%34.31%-
HSV(B)304.96º81.76%58.04%-
XYZ17.198.9124.86-
YUV75.83163.09179.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 27 (10.94% from 255) = 8.63%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=47.28%
G=8.63%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482713800.820.070.42304.9669.1434.31
Hex941B8A05272A1314522
Octal22433212012275246110542
Binary100101001101110001010010100101111010101001100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,27,138); }

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

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

 a { background-color: rgb(148,27,138); }

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

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

 span { border-color: rgb(148,27,138); }

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