Html Css Color HEX #910199 Dark Magenta

📋 copy color: '#910199'

red 145 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #910199

Tints of Dark Magenta #910199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 48.49%
G = 0.33%
B = 51.17%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#910199 (or 0x910199) is known color: Dark Magenta. HEX triplet: 91, 01 and 99. RGB value is (145,1,153). Sum of RGB (Red+Green+Blue) = 145+1+153=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #910199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910199 is #6EFE66. Grayscale: #3C3C3C. Windows color (decimal): -7274087 or 10027409. OLE color: 10027409.

HSL color Cylindrical-coordinate representation of color #910199: hue angle of 296.84º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910199 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 1 153 -
CMYK 0.05 0.99 0 0.4
HSL 296.84º 0.99% 0.3% -
HSV(B) 296.84º 0.99% 0.6% -
XYZ 17.44 8.34 30.83 -
YUV 61.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 145 1 153 0.05 0.99 0 0.4 296.84 0.99 0.3
Hex 91 1 99 5 63 0 28 129 63 1E
Octal 221 1 231 5 143 0 50 451 143 36
Binary 10010001 1 10011001 101 1100011 0 101000 100101001 1100011 11110

Color Harmonies of #910199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910199

Black with #910199

Text Example


Text Example

White with #910199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910199; }

 p { color: rgb(145,1,153); }

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

background-color css

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

 a { background-color: rgb(145,1,153); }

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

border-color css

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

 span { border-color: rgb(145,1,153); }

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