Html Css Color HEX #951287 Dark Magenta

📋 copy color: '#951287'

red 149 ◦ green 18 ◦ blue 135

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

Shades of Dark Magenta #951287

Tints of Dark Magenta #951287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 49.34%
G = 5.96%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#951287 (or 0x951287) is known color: Dark Magenta. HEX triplet: 95, 12 and 87. RGB value is (149,18,135). Sum of RGB (Red+Green+Blue) = 149+18+135=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951287 is #6AED78. Grayscale: #464646. Windows color (decimal): -7007609 or 8852117. OLE color: 8852117.

HSL color Cylindrical-coordinate representation of color #951287: hue angle of 306.41º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951287 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 135 -
CMYK 0 0.88 0.09 0.42
HSL 306.41º 0.78% 0.33% -
HSV(B) 306.41º 0.88% 0.58% -
XYZ 16.98 8.57 23.68 -
YUV 70.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 149 18 135 0 0.88 0.09 0.42 306.41 0.78 0.33
Hex 95 12 87 0 58 9 2A 132 4E 21
Octal 225 22 207 0 130 11 52 462 116 41
Binary 10010101 10010 10000111 0 1011000 1001 101010 100110010 1001110 100001

Color Harmonies of #951287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951287

Black with #951287

Text Example


Text Example

White with #951287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951287; }

 p { color: rgb(149,18,135); }

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

background-color css

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

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

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

border-color css

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

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

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