#933682

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

Shades of Dark Purple #933682

Tints of Dark Purple #933682

Color information

#933682 (or 0x933682) is unknown color: approx Dark Purple. HEX triplet: 93, 36 and 82. RGB value is (147,54,130). Sum of RGB (Red+Green+Blue) = 147+54+130=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #933682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933682 is #6CC97D. Grayscale: #5A5A5A. Windows color (decimal): -7129470 or 8533651. OLE color: 8533651.

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

Color convert

RGB14754130-
CMYK00.630.120.42
HSL310.97º46.27%39.41%-
HSV(B)310.97º63.27%57.65%-
XYZ17.3810.4522.22-
YUV90.47150.31168.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=44.41%
G=16.31%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475413000.630.120.42310.9746.2739.41
Hex93368203FC2A1372e27
Octal2236620207714524675647
Binary100100111101101000001001111111100101010100110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933682; }

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

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

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

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

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

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

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

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