Html Css Color HEX #950890 Dark Magenta

📋 copy color: '#950890'

red 149 ◦ green 8 ◦ blue 144

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

Shades of Dark Magenta #950890

Tints of Dark Magenta #950890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

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

R = 49.5%
G = 2.66%
B = 47.84%

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

#950890 (or 0x950890) is known color: Dark Magenta. HEX triplet: 95, 08 and 90. RGB value is (149,8,144). Sum of RGB (Red+Green+Blue) = 149+8+144=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #950890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950890 is #6AF76F. Grayscale: #414141. Windows color (decimal): -7010160 or 9439381. OLE color: 9439381.

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

Color convert

RGB 149 8 144 -
CMYK 0 0.95 0.03 0.42
HSL 302.13º 0.9% 0.31% -
HSV(B) 302.13º 0.95% 0.58% -
XYZ 17.52 8.58 27.12 -
YUV 65.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 149 8 144 0 0.95 0.03 0.42 302.13 0.9 0.31
Hex 95 8 90 0 5F 3 2A 12E 5A 1F
Octal 225 10 220 0 137 3 52 456 132 37
Binary 10010101 1000 10010000 0 1011111 11 101010 100101110 1011010 11111

Color Harmonies of #950890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950890

Black with #950890

Text Example


Text Example

White with #950890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950890; }

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

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

background-color css

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

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

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

border-color css

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

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

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