Html Css Color HEX #910F88 Dark Magenta

📋 copy color: '#910F88'

red 145 ◦ green 15 ◦ blue 136

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

Shades of Dark Magenta #910F88

Tints of Dark Magenta #910F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.07%

 BLUE value IS 136 (53.52% from 255) = 45.95%

R = 48.99%
G = 5.07%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#910F88 (or 0x910F88) is known color: Dark Magenta. HEX triplet: 91, 0F and 88. RGB value is (145,15,136). Sum of RGB (Red+Green+Blue) = 145+15+136=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #910F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910F88 is #6EF077. Grayscale: #434343. Windows color (decimal): -7270520 or 8916881. OLE color: 8916881.

HSL color Cylindrical-coordinate representation of color #910F88: hue angle of 304.15º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F88 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 136 -
CMYK 0 0.90 0.06 0.43
HSL 304.15º 0.81% 0.31% -
HSV(B) 304.15º 0.9% 0.57% -
XYZ 16.29 8.14 24 -
YUV 67.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 145 15 136 0 0.90 0.06 0.43 304.15 0.81 0.31
Hex 91 F 88 0 5A 6 2B 130 51 1F
Octal 221 17 210 0 132 6 53 460 121 37
Binary 10010001 1111 10001000 0 1011010 110 101011 100110000 1010001 11111

Color Harmonies of #910F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F88

Black with #910F88

Text Example


Text Example

White with #910F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910F88; }

 p { color: rgb(145,15,136); }

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

background-color css

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

 a { background-color: rgb(145,15,136); }

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

border-color css

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

 span { border-color: rgb(145,15,136); }

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