Html Css Color HEX #91067D Dark Magenta

📋 copy color: '#91067D'

red 145 ◦ green 6 ◦ blue 125

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

Shades of Dark Magenta #91067D

Tints of Dark Magenta #91067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 52.54%
G = 2.17%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91067D (or 0x91067D) is known color: Dark Magenta. HEX triplet: 91, 06 and 7D. RGB value is (145,6,125). Sum of RGB (Red+Green+Blue) = 145+6+125=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91067D is #6EF982. Grayscale: #3C3C3C. Windows color (decimal): -7272835 or 8193681. OLE color: 8193681.

HSL color Cylindrical-coordinate representation of color #91067D: hue angle of 308.63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91067D is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 6 125 -
CMYK 0 0.96 0.14 0.43
HSL 308.63º 0.92% 0.3% -
HSV(B) 308.63º 0.96% 0.57% -
XYZ 15.44 7.63 20.06 -
YUV 61.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 145 6 125 0 0.96 0.14 0.43 308.63 0.92 0.3
Hex 91 6 7D 0 60 E 2B 135 5C 1E
Octal 221 6 175 0 140 16 53 465 134 36
Binary 10010001 110 1111101 0 1100000 1110 101011 100110101 1011100 11110

Color Harmonies of #91067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91067D

Black with #91067D

Text Example


Text Example

White with #91067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91067D; }

 p { color: rgb(145,6,125); }

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

background-color css

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

 a { background-color: rgb(145,6,125); }

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

border-color css

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

 span { border-color: rgb(145,6,125); }

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