#913984

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

Shades of Dark Purple #913984

Tints of Dark Purple #913984

Color information

#913984 (or 0x913984) is unknown color: approx Dark Purple. HEX triplet: 91, 39 and 84. RGB value is (145,57,132). Sum of RGB (Red+Green+Blue) = 145+57+132=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #913984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913984 is #6EC67B. Grayscale: #5B5B5B. Windows color (decimal): -7259772 or 8665489. OLE color: 8665489.

HSL color Cylindrical-coordinate representation of color #913984: hue angle of 308.86º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913984 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14557132-
CMYK00.610.090.43
HSL308.86º43.56%39.61%-
HSV(B)308.86º60.69%56.86%-
XYZ17.3110.6122.97-
YUV91.86150.65165.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=43.41%
G=17.07%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455713200.610.090.43308.8643.5639.61
Hex91398403D92B1352c28
Octal2217120407511534655450
Binary100100011110011000010001111011001101011100110101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913984; }

 p { color: rgb(145,57,132); }

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

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

 a { background-color: rgb(145,57,132); }

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

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

 span { border-color: rgb(145,57,132); }

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