#94336F

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

Shades of Dark Purple #94336F

Tints of Dark Purple #94336F

Color information

#94336F (or 0x94336F) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 6F. RGB value is (148,51,111). Sum of RGB (Red+Green+Blue) = 148+51+111=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94336F is #6BCC90. Grayscale: #565656. Windows color (decimal): -7064721 or 7287700. OLE color: 7287700.

HSL color Cylindrical-coordinate representation of color #94336F: hue angle of 322.89º 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 #94336F is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14851111-
CMYK00.660.250.42
HSL322.89º48.74%39.02%-
HSV(B)322.89º65.54%58.04%-
XYZ16.279.8116.08-
YUV86.84141.64171.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=47.74%
G=16.45%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485111100.660.250.42322.8948.7439.02
Hex94336F042192A1433127
Octal22463157010231525036147
Binary1001010011001111011110100001011001101010101000011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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