Html Css Color HEX #951897 Dark Magenta

📋 copy color: '#951897'

red 149 ◦ green 24 ◦ blue 151

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

Shades of Dark Magenta #951897

Tints of Dark Magenta #951897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

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

R = 45.99%
G = 7.41%
B = 46.6%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#951897 (or 0x951897) is known color: Dark Magenta. HEX triplet: 95, 18 and 97. RGB value is (149,24,151). Sum of RGB (Red+Green+Blue) = 149+24+151=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #951897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951897 is #6AE768. Grayscale: #4B4B4B. Windows color (decimal): -7006057 or 9902229. OLE color: 9902229.

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

Color convert

RGB 149 24 151 -
CMYK 0.01 0.84 0 0.41
HSL 299.06º 0.73% 0.34% -
HSV(B) 299.06º 0.84% 0.59% -
XYZ 18.31 9.28 30.1 -
YUV 75.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 149 24 151 0.01 0.84 0 0.41 299.06 0.73 0.34
Hex 95 18 97 1 54 0 29 12B 49 22
Octal 225 30 227 1 124 0 51 453 111 42
Binary 10010101 11000 10010111 1 1010100 0 101001 100101011 1001001 100010

Color Harmonies of #951897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951897

Black with #951897

Text Example


Text Example

White with #951897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951897; }

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

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

background-color css

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

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

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

border-color css

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

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

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