#932683

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

Shades of Dark Purple #932683

Tints of Dark Purple #932683

Color information

#932683 (or 0x932683) is unknown color: approx Dark Purple. HEX triplet: 93, 26 and 83. RGB value is (147,38,131). Sum of RGB (Red+Green+Blue) = 147+38+131=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #932683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932683 is #6CD97C. Grayscale: #505050. Windows color (decimal): -7133565 or 8595091. OLE color: 8595091.

HSL color Cylindrical-coordinate representation of color #932683: hue angle of 308.81º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #932683 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14738131-
CMYK00.740.110.42
HSL308.81º58.92%36.27%-
HSV(B)308.81º74.15%57.65%-
XYZ16.829.2322.37-
YUV81.19156.11174.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=46.52%
G=12.03%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473813100.740.110.42308.8158.9236.27
Hex93268304AB2A1353b24
Octal22346203011213524657344
Binary1001001110011010000011010010101011101010100110101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932683; }

 p { color: rgb(147,38,131); }

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

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

 a { background-color: rgb(147,38,131); }

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

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

 span { border-color: rgb(147,38,131); }

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