#94328B

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

Shades of Dark Purple #94328B

Tints of Dark Purple #94328B

Color information

#94328B (or 0x94328B) is unknown color: approx Dark Purple. HEX triplet: 94, 32 and 8B. RGB value is (148,50,139). Sum of RGB (Red+Green+Blue) = 148+50+139=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94328B is #6BCD74. Grayscale: #595959. Windows color (decimal): -7064949 or 9122452. OLE color: 9122452.

HSL color Cylindrical-coordinate representation of color #94328B: hue angle of 305.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 #94328B is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14850139-
CMYK00.660.060.42
HSL305.51º49.49%38.82%-
HSV(B)305.51º66.22%58.04%-
XYZ18.0110.4425.49-
YUV89.45155.97169.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=43.92%
G=14.84%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485013900.660.060.42305.5149.4938.82
Hex94328B04262A1323127
Octal2246221301026524626147
Binary100101001100101000101101000010110101010100110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94328B; }

 p { color: rgb(148,50,139); }

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

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

 a { background-color: rgb(148,50,139); }

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

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

 span { border-color: rgb(148,50,139); }

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