Html Css Color HEX #951097 Dark Magenta

📋 copy color: '#951097'

red 149 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #951097

Tints of Dark Magenta #951097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.78%

R = 47.15%
G = 5.06%
B = 47.78%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#951097 (or 0x951097) is known color: Dark Magenta. HEX triplet: 95, 10 and 97. RGB value is (149,16,151). Sum of RGB (Red+Green+Blue) = 149+16+151=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #951097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951097 is #6AEF68. Grayscale: #464646. Windows color (decimal): -7008105 or 9900181. OLE color: 9900181.

HSL color Cylindrical-coordinate representation of color #951097: hue angle of 299.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951097 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 16 151 -
CMYK 0.01 0.89 0 0.41
HSL 299.11º 0.81% 0.33% -
HSV(B) 299.11º 0.89% 0.59% -
XYZ 18.17 8.99 30.06 -
YUV 71.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 149 16 151 0.01 0.89 0 0.41 299.11 0.81 0.33
Hex 95 10 97 1 59 0 29 12B 51 21
Octal 225 20 227 1 131 0 51 453 121 41
Binary 10010101 10000 10010111 1 1011001 0 101001 100101011 1010001 100001

Color Harmonies of #951097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951097

Black with #951097

Text Example


Text Example

White with #951097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951097; }

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

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

background-color css

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

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

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

border-color css

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

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

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