Html Css Color HEX #951992 Dark Magenta

📋 copy color: '#951992'

red 149 ◦ green 25 ◦ blue 146

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

Shades of Dark Magenta #951992

Tints of Dark Magenta #951992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 46.56%
G = 7.81%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#951992 (or 0x951992) is known color: Dark Magenta. HEX triplet: 95, 19 and 92. RGB value is (149,25,146). Sum of RGB (Red+Green+Blue) = 149+25+146=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #951992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951992 is #6AE66D. Grayscale: #4B4B4B. Windows color (decimal): -7005806 or 9574805. OLE color: 9574805.

HSL color Cylindrical-coordinate representation of color #951992: hue angle of 301.45º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951992 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 146 -
CMYK 0 0.83 0.02 0.42
HSL 301.45º 0.71% 0.34% -
HSV(B) 301.45º 0.83% 0.58% -
XYZ 17.93 9.16 28.02 -
YUV 75.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 149 25 146 0 0.83 0.02 0.42 301.45 0.71 0.34
Hex 95 19 92 0 53 2 2A 12D 47 22
Octal 225 31 222 0 123 2 52 455 107 42
Binary 10010101 11001 10010010 0 1010011 10 101010 100101101 1000111 100010

Color Harmonies of #951992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951992

Black with #951992

Text Example


Text Example

White with #951992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951992; }

 p { color: rgb(149,25,146); }

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

background-color css

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

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

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

border-color css

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

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

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