#941F91

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

Shades of Dark Purple #941F91

Tints of Dark Purple #941F91

Color information

#941F91 (or 0x941F91) is unknown color: approx Dark Purple. HEX triplet: 94, 1F and 91. RGB value is (148,31,145). Sum of RGB (Red+Green+Blue) = 148+31+145=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #941F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941F91 is #6BE06E. Grayscale: #4E4E4E. Windows color (decimal): -7069807 or 9510804. OLE color: 9510804.

HSL color Cylindrical-coordinate representation of color #941F91: hue angle of 301.54º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #941F91 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14831145-
CMYK00.790.020.42
HSL301.54º65.36%35.1%-
HSV(B)301.54º79.05%58.04%-
XYZ17.819.3227.65-
YUV78.98165.26177.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 31 (12.5% from 255) = 9.57%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=45.68%
G=9.57%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483114500.790.020.42301.5465.3635.1
Hex941F9104F22A12e4123
Octal22437221011725245610143
Binary10010100111111001000101001111101010101001011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,31,145); }

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

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

 a { background-color: rgb(148,31,145); }

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

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

 span { border-color: rgb(148,31,145); }

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