Html Css Color HEX #910082 Dark Magenta

📋 copy color: '#910082'

red 145 ◦ green 0 ◦ blue 130

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

Shades of Dark Magenta #910082

Tints of Dark Magenta #910082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 52.73%
G = 0%
B = 47.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#910082 (or 0x910082) is known color: Dark Magenta. HEX triplet: 91, 00 and 82. RGB value is (145,0,130). Sum of RGB (Red+Green+Blue) = 145+0+130=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #910082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910082 is #6EFF7D. Grayscale: #393939. Windows color (decimal): -7274366 or 8519825. OLE color: 8519825.

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

Color convert

RGB 145 0 130 -
CMYK 0 1 0.10 0.43
HSL 306.21º 1% 0.28% -
HSV(B) 306.21º 1% 0.57% -
XYZ 15.71 7.63 21.76 -
YUV 58.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 145 0 130 0 1 0.10 0.43 306.21 1 0.28
Hex 91 0 82 0 64 A 2B 132 64 1C
Octal 221 0 202 0 144 12 53 462 144 34
Binary 10010001 0 10000010 0 1100100 1010 101011 100110010 1100100 11100

Color Harmonies of #910082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910082

Black with #910082

Text Example


Text Example

White with #910082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910082; }

 p { color: rgb(145,0,130); }

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

background-color css

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

 a { background-color: rgb(145,0,130); }

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

border-color css

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

 span { border-color: rgb(145,0,130); }

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