#94357D

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

Shades of Dark Purple #94357D

Tints of Dark Purple #94357D

Color information

#94357D (or 0x94357D) is unknown color: approx Dark Purple. HEX triplet: 94, 35 and 7D. RGB value is (148,53,125). Sum of RGB (Red+Green+Blue) = 148+53+125=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94357D is #6BCA82. Grayscale: #595959. Windows color (decimal): -7064195 or 8205716. OLE color: 8205716.

HSL color Cylindrical-coordinate representation of color #94357D: hue angle of 314.53º 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 #94357D is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14853125-
CMYK00.640.160.42
HSL314.53º47.26%39.41%-
HSV(B)314.53º64.19%58.04%-
XYZ17.1910.3220.49-
YUV89.61147.97169.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=45.40%
G=16.26%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485312500.640.160.42314.5347.2639.41
Hex94357D040102A13b2f27
Octal22465175010020524735747
Binary1001010011010111111010100000010000101010100111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94357D; }

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

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

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

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

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

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

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

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