Html Css Color HEX #950790 Dark Magenta

📋 copy color: '#950790'

red 149 ◦ green 7 ◦ blue 144

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

Shades of Dark Magenta #950790

Tints of Dark Magenta #950790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 49.67%
G = 2.33%
B = 48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#950790 (or 0x950790) is known color: Dark Magenta. HEX triplet: 95, 07 and 90. RGB value is (149,7,144). Sum of RGB (Red+Green+Blue) = 149+7+144=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #950790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950790 is #6AF86F. Grayscale: #404040. Windows color (decimal): -7010416 or 9439125. OLE color: 9439125.

HSL color Cylindrical-coordinate representation of color #950790: hue angle of 302.11º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950790 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 144 -
CMYK 0 0.95 0.03 0.42
HSL 302.11º 0.91% 0.31% -
HSV(B) 302.11º 0.95% 0.58% -
XYZ 17.5 8.56 27.11 -
YUV 65.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 149 7 144 0 0.95 0.03 0.42 302.11 0.91 0.31
Hex 95 7 90 0 5F 3 2A 12E 5B 1F
Octal 225 7 220 0 137 3 52 456 133 37
Binary 10010101 111 10010000 0 1011111 11 101010 100101110 1011011 11111

Color Harmonies of #950790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950790

Black with #950790

Text Example


Text Example

White with #950790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950790; }

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

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

background-color css

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

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

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

border-color css

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

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

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