Html Css Color HEX #91007B Dark Magenta

📋 copy color: '#91007B'

red 145 ◦ green 0 ◦ blue 123

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

Shades of Dark Magenta #91007B

Tints of Dark Magenta #91007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 54.1%
G = 0%
B = 45.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#91007B (or 0x91007B) is known color: Dark Magenta. HEX triplet: 91, 00 and 7B. RGB value is (145,0,123). Sum of RGB (Red+Green+Blue) = 145+0+123=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #91007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91007B is #6EFF84. Grayscale: #393939. Windows color (decimal): -7274373 or 8061073. OLE color: 8061073.

HSL color Cylindrical-coordinate representation of color #91007B: hue angle of 309.1º 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 #91007B is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 123 -
CMYK 0 1 0.15 0.43
HSL 309.1º 1% 0.28% -
HSV(B) 309.1º 1% 0.57% -
XYZ 15.25 7.45 19.37 -
YUV 57.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 145 0 123 0 1 0.15 0.43 309.1 1 0.28
Hex 91 0 7B 0 64 F 2B 135 64 1C
Octal 221 0 173 0 144 17 53 465 144 34
Binary 10010001 0 1111011 0 1100100 1111 101011 100110101 1100100 11100

Color Harmonies of #91007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91007B

Black with #91007B

Text Example


Text Example

White with #91007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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