Html Css Color HEX #910481 Dark Magenta

📋 copy color: '#910481'

red 145 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #910481

Tints of Dark Magenta #910481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 52.16%
G = 1.44%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#910481 (or 0x910481) is known color: Dark Magenta. HEX triplet: 91, 04 and 81. RGB value is (145,4,129). Sum of RGB (Red+Green+Blue) = 145+4+129=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #910481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910481 is #6EFB7E. Grayscale: #3C3C3C. Windows color (decimal): -7273343 or 8455313. OLE color: 8455313.

HSL color Cylindrical-coordinate representation of color #910481: hue angle of 306.81º 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 #910481 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 4 129 -
CMYK 0 0.97 0.11 0.43
HSL 306.81º 0.95% 0.29% -
HSV(B) 306.81º 0.97% 0.57% -
XYZ 15.68 7.69 21.43 -
YUV 60.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 145 4 129 0 0.97 0.11 0.43 306.81 0.95 0.29
Hex 91 4 81 0 61 B 2B 133 5F 1D
Octal 221 4 201 0 141 13 53 463 137 35
Binary 10010001 100 10000001 0 1100001 1011 101011 100110011 1011111 11101

Color Harmonies of #910481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910481

Black with #910481

Text Example


Text Example

White with #910481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910481; }

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

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

background-color css

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

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

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

border-color css

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

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

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