#941B81

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

Shades of Dark Purple #941B81

Tints of Dark Purple #941B81

Color information

#941B81 (or 0x941B81) is unknown color: approx Dark Purple. HEX triplet: 94, 1B and 81. RGB value is (148,27,129). Sum of RGB (Red+Green+Blue) = 148+27+129=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #941B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B81 is #6BE47E. Grayscale: #4A4A4A. Windows color (decimal): -7070847 or 8461204. OLE color: 8461204.

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

Color convert

RGB14827129-
CMYK00.820.130.42
HSL309.42º69.14%34.31%-
HSV(B)309.42º81.76%58.04%-
XYZ16.578.6621.57-
YUV74.81158.59180.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 27 (10.94% from 255) = 8.88%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=48.68%
G=8.88%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482712900.820.130.42309.4269.1434.31
Hex941B81052D2A1354522
Octal224332010122155246510542
Binary1001010011011100000010101001011011010101001101011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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