Html Css Color HEX #910495 Dark Magenta

📋 copy color: '#910495'

red 145 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #910495

Tints of Dark Magenta #910495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 149 (58.59% from 255) = 50%

R = 48.66%
G = 1.34%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#910495 (or 0x910495) is known color: Dark Magenta. HEX triplet: 91, 04 and 95. RGB value is (145,4,149). Sum of RGB (Red+Green+Blue) = 145+4+149=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #910495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910495 is #6EFB6A. Grayscale: #3E3E3E. Windows color (decimal): -7273323 or 9766033. OLE color: 9766033.

HSL color Cylindrical-coordinate representation of color #910495: hue angle of 298.34º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910495 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 4 149 -
CMYK 0.03 0.97 0 0.42
HSL 298.34º 0.95% 0.3% -
HSV(B) 298.34º 0.97% 0.58% -
XYZ 17.15 8.28 29.13 -
YUV 62.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 145 4 149 0.03 0.97 0 0.42 298.34 0.95 0.3
Hex 91 4 95 3 61 0 2A 12A 5F 1E
Octal 221 4 225 3 141 0 52 452 137 36
Binary 10010001 100 10010101 11 1100001 0 101010 100101010 1011111 11110

Color Harmonies of #910495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910495

Black with #910495

Text Example


Text Example

White with #910495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910495; }

 p { color: rgb(145,4,149); }

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

background-color css

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

 a { background-color: rgb(145,4,149); }

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

border-color css

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

 span { border-color: rgb(145,4,149); }

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