#941588

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

Shades of Dark Purple #941588

Tints of Dark Purple #941588

Color information

#941588 (or 0x941588) is unknown color: approx Dark Purple. HEX triplet: 94, 15 and 88. RGB value is (148,21,136). Sum of RGB (Red+Green+Blue) = 148+21+136=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #941588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941588 is #6BEA77. Grayscale: #474747. Windows color (decimal): -7072376 or 8918420. OLE color: 8918420.

HSL color Cylindrical-coordinate representation of color #941588: hue angle of 305.67º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941588 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14821136-
CMYK00.860.080.42
HSL305.67º75.15%33.14%-
HSV(B)305.67º85.81%58.04%-
XYZ16.928.6124.06-
YUV72.08164.08182.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 21 (8.59% from 255) = 6.89%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=48.52%
G=6.89%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482113600.860.080.42305.6775.1533.14
Hex94158805682A1324b21
Octal224252100126105246211341
Binary1001010010101100010000101011010001010101001100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941588; }

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

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

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

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

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

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

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

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