#941D88

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

Shades of Dark Purple #941D88

Tints of Dark Purple #941D88

Color information

#941D88 (or 0x941D88) is unknown color: approx Dark Purple. HEX triplet: 94, 1D and 88. RGB value is (148,29,136). Sum of RGB (Red+Green+Blue) = 148+29+136=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #941D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941D88 is #6BE277. Grayscale: #4C4C4C. Windows color (decimal): -7070328 or 8920468. OLE color: 8920468.

HSL color Cylindrical-coordinate representation of color #941D88: hue angle of 306.05º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941D88 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14829136-
CMYK00.800.080.42
HSL306.05º67.23%34.71%-
HSV(B)306.05º80.41%58.04%-
XYZ17.18.9524.12-
YUV76.78161.42178.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=47.28%
G=9.27%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482913600.800.080.42306.0567.2334.71
Hex941D8805082A1324323
Octal224352100120105246210343
Binary1001010011101100010000101000010001010101001100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,29,136); }

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

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

 a { background-color: rgb(148,29,136); }

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

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

 span { border-color: rgb(148,29,136); }

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