#934084

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

Shades of Dark Purple #934084

Tints of Dark Purple #934084

Color information

#934084 (or 0x934084) is unknown color: approx Dark Purple. HEX triplet: 93, 40 and 84. RGB value is (147,64,132). Sum of RGB (Red+Green+Blue) = 147+64+132=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #934084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934084 is #6CBF7B. Grayscale: #606060. Windows color (decimal): -7126908 or 8667283. OLE color: 8667283.

HSL color Cylindrical-coordinate representation of color #934084: hue angle of 310.84º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934084 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14764132-
CMYK00.560.100.42
HSL310.84º39.34%41.37%-
HSV(B)310.84º56.46%57.65%-
XYZ18.0311.5423.11-
YUV96.57148163.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=42.86%
G=18.66%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476413200.560.100.42310.8439.3441.37
Hex934084038A2A1372729
Octal22310020407012524674751
Binary1001001110000001000010001110001010101010100110111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934084; }

 p { color: rgb(147,64,132); }

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

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

 a { background-color: rgb(147,64,132); }

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

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

 span { border-color: rgb(147,64,132); }

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