#94357a

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

Shades of Dark Purple #94357A

Tints of Dark Purple #94357A

Color information

#94357A (or 0x94357A) is unknown color: approx Dark Purple. HEX triplet: 94, 35 and 7A. RGB value is (148,53,122). Sum of RGB (Red+Green+Blue) = 148+53+122=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94357A is #6BCA85. Grayscale: #595959. Windows color (decimal): -7064198 or 8009108. OLE color: 8009108.

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

Color convert

RGB14853122-
CMYK00.640.180.42
HSL316.42º47.26%39.41%-
HSV(B)316.42º64.19%58.04%-
XYZ1710.2519.49-
YUV89.27146.47169.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=45.82%
G=16.41%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485312200.640.180.42316.4247.2639.41
Hex94357A040122A13c2f27
Octal22465172010022524745747
Binary1001010011010111110100100000010010101010100111100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94357a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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