#910484

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

Shades of Dark Magenta #910484

Tints of Dark Magenta #910484

Color information

#910484 (or 0x910484) is unknown color: approx Dark Magenta. HEX triplet: 91, 04 and 84. RGB value is (145,4,132). Sum of RGB (Red+Green+Blue) = 145+4+132=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #910484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910484 is #6EFB7B. Grayscale: #3C3C3C. Windows color (decimal): -7273340 or 8651921. OLE color: 8651921.

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

Color convert

RGB1454132-
CMYK00.970.090.43
HSL305.53º94.63%29.22%-
HSV(B)305.53º97.24%56.86%-
XYZ15.897.7722.49-
YUV60.75168.21188.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=51.60%
G=1.42%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145413200.970.090.43305.5394.6329.22
Hex9148406192B1325f1d
Octal22142040141115346213735
Binary1001000110010000100011000011001101011100110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910484; }

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

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

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

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

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

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

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

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