#941B80

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

Shades of Dark Purple #941B80

Tints of Dark Purple #941B80

Color information

#941B80 (or 0x941B80) is unknown color: approx Dark Purple. HEX triplet: 94, 1B and 80. RGB value is (148,27,128). Sum of RGB (Red+Green+Blue) = 148+27+128=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #941B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B80 is #6BE47F. Grayscale: #4A4A4A. Windows color (decimal): -7070848 or 8395668. OLE color: 8395668.

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

Color convert

RGB14827128-
CMYK00.820.140.42
HSL309.92º69.14%34.31%-
HSV(B)309.92º81.76%58.04%-
XYZ16.58.6421.22-
YUV74.69158.09180.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=48.84%
G=8.91%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482712800.820.140.42309.9269.1434.31
Hex941B80052E2A1364522
Octal224332000122165246610542
Binary1001010011011100000000101001011101010101001101101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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