Html Css Color HEX #951990 Dark Magenta

📋 copy color: '#951990'

red 149 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #951990

Tints of Dark Magenta #951990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 46.86%
G = 7.86%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#951990 (or 0x951990) is known color: Dark Magenta. HEX triplet: 95, 19 and 90. RGB value is (149,25,144). Sum of RGB (Red+Green+Blue) = 149+25+144=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #951990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951990 is #6AE66F. Grayscale: #4B4B4B. Windows color (decimal): -7005808 or 9443733. OLE color: 9443733.

HSL color Cylindrical-coordinate representation of color #951990: hue angle of 302.42º 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 #951990 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 144 -
CMYK 0 0.83 0.03 0.42
HSL 302.42º 0.71% 0.34% -
HSV(B) 302.42º 0.83% 0.58% -
XYZ 17.78 9.1 27.2 -
YUV 75.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 149 25 144 0 0.83 0.03 0.42 302.42 0.71 0.34
Hex 95 19 90 0 53 3 2A 12E 47 22
Octal 225 31 220 0 123 3 52 456 107 42
Binary 10010101 11001 10010000 0 1010011 11 101010 100101110 1000111 100010

Color Harmonies of #951990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951990

Black with #951990

Text Example


Text Example

White with #951990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951990; }

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

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

background-color css

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

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

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

border-color css

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

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

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