Html Css Color HEX #951095 Dark Magenta

📋 copy color: '#951095'

red 149 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #951095

Tints of Dark Magenta #951095

RGB

 RED value IS 149 (58.59% from 255) = 47.45%

 GREEN value IS 16 (6.64% from 255) = 5.1%

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

R = 47.45%
G = 5.1%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#951095 (or 0x951095) is known color: Dark Magenta. HEX triplet: 95, 10 and 95. RGB value is (149,16,149). Sum of RGB (Red+Green+Blue) = 149+16+149=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951095 is #6AEF6A. Grayscale: #464646. Windows color (decimal): -7008107 or 9769109. OLE color: 9769109.

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

Color convert

RGB 149 16 149 -
CMYK 0 0.89 0 0.42
HSL 300º 0.81% 0.32% -
HSV(B) 300º 0.89% 0.58% -
XYZ 18 8.93 29.21 -
YUV 70.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 149 16 149 0 0.89 0 0.42 300 0.81 0.32
Hex 95 10 95 0 59 0 2A 12C 51 20
Octal 225 20 225 0 131 0 52 454 121 40
Binary 10010101 10000 10010101 0 1011001 0 101010 100101100 1010001 100000

Color Harmonies of #951095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951095

Black with #951095

Text Example


Text Example

White with #951095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951095; }

 p { color: rgb(149,16,149); }

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

background-color css

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

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

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

border-color css

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

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

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