Html Css Color HEX #91089F Dark Magenta

📋 copy color: '#91089F'

red 145 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #91089F

Tints of Dark Magenta #91089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 46.47%
G = 2.56%
B = 50.96%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#91089F (or 0x91089F) is known color: Dark Magenta. HEX triplet: 91, 08 and 9F. RGB value is (145,8,159). Sum of RGB (Red+Green+Blue) = 145+8+159=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #91089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91089F is #6EF760. Grayscale: #414141. Windows color (decimal): -7272289 or 10422417. OLE color: 10422417.

HSL color Cylindrical-coordinate representation of color #91089F: hue angle of 294.44º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91089F is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 8 159 -
CMYK 0.09 0.95 0 0.38
HSL 294.44º 0.9% 0.33% -
HSV(B) 294.44º 0.95% 0.62% -
XYZ 18.02 8.7 33.53 -
YUV 66.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 145 8 159 0.09 0.95 0 0.38 294.44 0.9 0.33
Hex 91 8 9F 9 5F 0 26 126 5A 21
Octal 221 10 237 11 137 0 46 446 132 41
Binary 10010001 1000 10011111 1001 1011111 0 100110 100100110 1011010 100001

Color Harmonies of #91089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91089F

Black with #91089F

Text Example


Text Example

White with #91089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91089F; }

 p { color: rgb(145,8,159); }

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

background-color css

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

 a { background-color: rgb(145,8,159); }

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

border-color css

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

 span { border-color: rgb(145,8,159); }

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