Html Css Color HEX #910D9B Dark Magenta

📋 copy color: '#910D9B'

red 145 ◦ green 13 ◦ blue 155

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

Shades of Dark Magenta #910D9B

Tints of Dark Magenta #910D9B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 46.33%
G = 4.15%
B = 49.52%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#910D9B (or 0x910D9B) is known color: Dark Magenta. HEX triplet: 91, 0D and 9B. RGB value is (145,13,155). Sum of RGB (Red+Green+Blue) = 145+13+155=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #910D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910D9B is #6EF264. Grayscale: #444444. Windows color (decimal): -7271013 or 10161553. OLE color: 10161553.

HSL color Cylindrical-coordinate representation of color #910D9B: hue angle of 295.77º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910D9B is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 13 155 -
CMYK 0.06 0.92 0 0.39
HSL 295.77º 0.85% 0.33% -
HSV(B) 295.77º 0.92% 0.61% -
XYZ 17.74 8.67 31.75 -
YUV 68.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 145 13 155 0.06 0.92 0 0.39 295.77 0.85 0.33
Hex 91 D 9B 6 5C 0 27 128 55 21
Octal 221 15 233 6 134 0 47 450 125 41
Binary 10010001 1101 10011011 110 1011100 0 100111 100101000 1010101 100001

Color Harmonies of #910D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D9B

Black with #910D9B

Text Example


Text Example

White with #910D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,13,155); }

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

background-color css

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

 a { background-color: rgb(145,13,155); }

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

border-color css

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

 span { border-color: rgb(145,13,155); }

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