#934182

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

Shades of Dark Purple #934182

Tints of Dark Purple #934182

Color information

#934182 (or 0x934182) is unknown color: approx Dark Purple. HEX triplet: 93, 41 and 82. RGB value is (147,65,130). Sum of RGB (Red+Green+Blue) = 147+65+130=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #934182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934182 is #6CBE7D. Grayscale: #606060. Windows color (decimal): -7126654 or 8536467. OLE color: 8536467.

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

Color convert

RGB14765130-
CMYK00.560.120.42
HSL312.44º38.68%41.57%-
HSV(B)312.44º55.78%57.65%-
XYZ17.9511.622.41-
YUV96.93146.67163.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=42.98%
G=19.01%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476513000.560.120.42312.4438.6841.57
Hex934182038C2A138272a
Octal22310120207014524704752
Binary1001001110000011000001001110001100101010100111000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934182; }

 p { color: rgb(147,65,130); }

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

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

 a { background-color: rgb(147,65,130); }

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

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

 span { border-color: rgb(147,65,130); }

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