Html Css Color HEX #910983 Dark Magenta

📋 copy color: '#910983'

red 145 ◦ green 9 ◦ blue 131

#910983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #910983

Tints of Dark Magenta #910983

RGB

 RED value IS 145 (57.03% from 255) = 50.88%

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 50.88%
G = 3.16%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#910983 (or 0x910983) is known color: Dark Magenta. HEX triplet: 91, 09 and 83. RGB value is (145,9,131). Sum of RGB (Red+Green+Blue) = 145+9+131=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #910983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910983 is #6EF67C. Grayscale: #3F3F3F. Windows color (decimal): -7272061 or 8587665. OLE color: 8587665.

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

Color convert

RGB 145 9 131 -
CMYK 0 0.94 0.10 0.43
HSL 306.18º 0.88% 0.3% -
HSV(B) 306.18º 0.94% 0.57% -
XYZ 15.87 7.85 22.15 -
YUV 63.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 145 9 131 0 0.94 0.10 0.43 306.18 0.88 0.3
Hex 91 9 83 0 5E A 2B 132 58 1E
Octal 221 11 203 0 136 12 53 462 130 36
Binary 10010001 1001 10000011 0 1011110 1010 101011 100110010 1011000 11110

Color Harmonies of #910983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910983

Black with #910983

Text Example


Text Example

White with #910983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910983; }

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

 H1.HeaderClassName
 {
   color: #910983;
 }
 .AnyTagClassName
 {
   color: #910983;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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