#932083

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

Shades of Dark Purple #932083

Tints of Dark Purple #932083

Color information

#932083 (or 0x932083) is unknown color: approx Dark Purple. HEX triplet: 93, 20 and 83. RGB value is (147,32,131). Sum of RGB (Red+Green+Blue) = 147+32+131=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #932083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932083 is #6CDF7C. Grayscale: #4D4D4D. Windows color (decimal): -7135101 or 8593555. OLE color: 8593555.

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

Color convert

RGB14732131-
CMYK00.780.110.42
HSL308.35º64.25%35.1%-
HSV(B)308.35º78.23%57.65%-
XYZ16.658.8722.31-
YUV77.67158.1177.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=47.42%
G=10.32%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473213100.780.110.42308.3564.2535.1
Hex93208304EB2A1344023
Octal223402030116135246410043
Binary10010011100000100000110100111010111010101001101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932083; }

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

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

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

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

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

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

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

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