#913383

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

Shades of Dark Purple #913383

Tints of Dark Purple #913383

Color information

#913383 (or 0x913383) is unknown color: approx Dark Purple. HEX triplet: 91, 33 and 83. RGB value is (145,51,131). Sum of RGB (Red+Green+Blue) = 145+51+131=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #913383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913383 is #6ECC7C. Grayscale: #585858. Windows color (decimal): -7261309 or 8598417. OLE color: 8598417.

HSL color Cylindrical-coordinate representation of color #913383: hue angle of 308.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913383 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14551131-
CMYK00.650.100.43
HSL308.94º47.96%38.43%-
HSV(B)308.94º64.83%56.86%-
XYZ16.9610.0322.51-
YUV88.23152.14168.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=44.34%
G=15.60%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455113100.650.100.43308.9447.9638.43
Hex913383041A2B1353026
Octal22163203010112534656046
Binary1001000111001110000011010000011010101011100110101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913383; }

 p { color: rgb(145,51,131); }

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

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

 a { background-color: rgb(145,51,131); }

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

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

 span { border-color: rgb(145,51,131); }

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