#94336E

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

Shades of Dark Purple #94336E

Tints of Dark Purple #94336E

Color information

#94336E (or 0x94336E) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 6E. RGB value is (148,51,110). Sum of RGB (Red+Green+Blue) = 148+51+110=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94336E is #6BCC91. Grayscale: #565656. Windows color (decimal): -7064722 or 7222164. OLE color: 7222164.

HSL color Cylindrical-coordinate representation of color #94336E: hue angle of 323.51º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94336E is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14851110-
CMYK00.660.260.42
HSL323.51º48.74%39.02%-
HSV(B)323.51º65.54%58.04%-
XYZ16.219.7915.79-
YUV86.73141.14171.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=47.90%
G=16.50%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485111000.660.260.42323.5148.7439.02
Hex94336E0421A2A1443127
Octal22463156010232525046147
Binary1001010011001111011100100001011010101010101000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94336E; }

 p { color: rgb(148,51,110); }

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

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

 a { background-color: rgb(148,51,110); }

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

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

 span { border-color: rgb(148,51,110); }

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