Html Css Color HEX #910380 Dark Magenta

📋 copy color: '#910380'

red 145 ◦ green 3 ◦ blue 128

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

Shades of Dark Magenta #910380

Tints of Dark Magenta #910380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 52.54%
G = 1.09%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#910380 (or 0x910380) is known color: Dark Magenta. HEX triplet: 91, 03 and 80. RGB value is (145,3,128). Sum of RGB (Red+Green+Blue) = 145+3+128=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #910380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910380 is #6EFC7F. Grayscale: #3B3B3B. Windows color (decimal): -7273600 or 8389521. OLE color: 8389521.

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

Color convert

RGB 145 3 128 -
CMYK 0 0.98 0.12 0.43
HSL 307.18º 0.96% 0.29% -
HSV(B) 307.18º 0.98% 0.57% -
XYZ 15.61 7.64 21.07 -
YUV 59.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 145 3 128 0 0.98 0.12 0.43 307.18 0.96 0.29
Hex 91 3 80 0 62 C 2B 133 60 1D
Octal 221 3 200 0 142 14 53 463 140 35
Binary 10010001 11 10000000 0 1100010 1100 101011 100110011 1100000 11101

Color Harmonies of #910380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910380

Black with #910380

Text Example


Text Example

White with #910380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910380; }

 p { color: rgb(145,3,128); }

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

background-color css

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

 a { background-color: rgb(145,3,128); }

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

border-color css

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

 span { border-color: rgb(145,3,128); }

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