#941B8F

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

Shades of Dark Purple #941B8F

Tints of Dark Purple #941B8F

Color information

#941B8F (or 0x941B8F) is unknown color: approx Dark Purple. HEX triplet: 94, 1B and 8F. RGB value is (148,27,143). Sum of RGB (Red+Green+Blue) = 148+27+143=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #941B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B8F is #6BE470. Grayscale: #4C4C4C. Windows color (decimal): -7070833 or 9378708. OLE color: 9378708.

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

Color convert

RGB14827143-
CMYK00.820.030.42
HSL302.48º69.14%34.31%-
HSV(B)302.48º81.76%58.04%-
XYZ17.569.0626.81-
YUV76.4165.59179.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=46.54%
G=8.49%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482714300.820.030.42302.4869.1434.31
Hex941B8F05232A12e4522
Octal22433217012235245610542
Binary10010100110111000111101010010111010101001011101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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