#932B83

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

Shades of Dark Purple #932B83

Tints of Dark Purple #932B83

Color information

#932B83 (or 0x932B83) is unknown color: approx Dark Purple. HEX triplet: 93, 2B and 83. RGB value is (147,43,131). Sum of RGB (Red+Green+Blue) = 147+43+131=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #932B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932B83 is #6CD47C. Grayscale: #535353. Windows color (decimal): -7132285 or 8596371. OLE color: 8596371.

HSL color Cylindrical-coordinate representation of color #932B83: hue angle of 309.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932B83 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14743131-
CMYK00.710.110.42
HSL309.23º54.74%37.25%-
HSV(B)309.23º70.75%57.65%-
XYZ16.999.5722.42-
YUV84.13154.46172.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=45.79%
G=13.40%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474313100.710.110.42309.2354.7437.25
Hex932B83047B2A1353725
Octal22353203010713524656745
Binary1001001110101110000011010001111011101010100110101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932B83; }

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

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

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

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

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

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

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

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