Html Css Color HEX #910195 Dark Magenta

📋 copy color: '#910195'

red 145 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #910195

Tints of Dark Magenta #910195

RGB

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

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

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

R = 49.15%
G = 0.34%
B = 50.51%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#910195 (or 0x910195) is known color: Dark Magenta. HEX triplet: 91, 01 and 95. RGB value is (145,1,149). Sum of RGB (Red+Green+Blue) = 145+1+149=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #910195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910195 is #6EFE6A. Grayscale: #3C3C3C. Windows color (decimal): -7274091 or 9765265. OLE color: 9765265.

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

Color convert

RGB 145 1 149 -
CMYK 0.03 0.99 0 0.42
HSL 298.38º 0.99% 0.29% -
HSV(B) 298.38º 0.99% 0.58% -
XYZ 17.11 8.21 29.12 -
YUV 60.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 145 1 149 0.03 0.99 0 0.42 298.38 0.99 0.29
Hex 91 1 95 3 63 0 2A 12A 63 1D
Octal 221 1 225 3 143 0 52 452 143 35
Binary 10010001 1 10010101 11 1100011 0 101010 100101010 1100011 11101

Color Harmonies of #910195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910195

Black with #910195

Text Example


Text Example

White with #910195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910195; }

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

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

background-color css

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

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

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

border-color css

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

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

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