#941487

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

Shades of Dark Purple #941487

Tints of Dark Purple #941487

Color information

#941487 (or 0x941487) is unknown color: approx Dark Purple. HEX triplet: 94, 14 and 87. RGB value is (148,20,135). Sum of RGB (Red+Green+Blue) = 148+20+135=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #941487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941487 is #6BEB78. Grayscale: #474747. Windows color (decimal): -7072633 or 8852628. OLE color: 8852628.

HSL color Cylindrical-coordinate representation of color #941487: hue angle of 306.09º degrees, saturation: 0.76, 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 #941487 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14820135-
CMYK00.860.090.42
HSL306.09º76.19%32.94%-
HSV(B)306.09º86.49%58.04%-
XYZ16.848.5523.68-
YUV71.38163.91182.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=48.84%
G=6.60%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482013500.860.090.42306.0976.1932.94
Hex94148705692A1324c21
Octal224242070126115246211441
Binary1001010010100100001110101011010011010101001100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941487; }

 p { color: rgb(148,20,135); }

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

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

 a { background-color: rgb(148,20,135); }

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

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

 span { border-color: rgb(148,20,135); }

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