#943586

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

Shades of Dark Purple #943586

Tints of Dark Purple #943586

Color information

#943586 (or 0x943586) is unknown color: approx Dark Purple. HEX triplet: 94, 35 and 86. RGB value is (148,53,134). Sum of RGB (Red+Green+Blue) = 148+53+134=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943586 is #6BCA79. Grayscale: #5A5A5A. Windows color (decimal): -7064186 or 8795540. OLE color: 8795540.

HSL color Cylindrical-coordinate representation of color #943586: hue angle of 308.84º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943586 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14853134-
CMYK00.640.090.42
HSL308.84º47.26%39.41%-
HSV(B)308.84º64.19%58.04%-
XYZ17.7910.5623.66-
YUV90.64152.47168.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 134 (52.73% from 255) = 40%
R=44.18%
G=15.82%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485313400.640.090.42308.8447.2639.41
Hex94358604092A1352f27
Octal22465206010011524655747
Binary1001010011010110000110010000001001101010100110101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943586; }

 p { color: rgb(148,53,134); }

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

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

 a { background-color: rgb(148,53,134); }

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

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

 span { border-color: rgb(148,53,134); }

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