Html Css Color HEX #950189 Dark Magenta

📋 copy color: '#950189'

red 149 ◦ green 1 ◦ blue 137

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

Shades of Dark Magenta #950189

Tints of Dark Magenta #950189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 51.92%
G = 0.35%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#950189 (or 0x950189) is known color: Dark Magenta. HEX triplet: 95, 01 and 89. RGB value is (149,1,137). Sum of RGB (Red+Green+Blue) = 149+1+137=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #950189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950189 is #6AFE76. Grayscale: #3C3C3C. Windows color (decimal): -7011959 or 8978837. OLE color: 8978837.

HSL color Cylindrical-coordinate representation of color #950189: hue angle of 304.86º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950189 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 137 -
CMYK 0 0.99 0.08 0.42
HSL 304.86º 0.99% 0.29% -
HSV(B) 304.86º 0.99% 0.58% -
XYZ 16.92 8.22 24.36 -
YUV 60.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 149 1 137 0 0.99 0.08 0.42 304.86 0.99 0.29
Hex 95 1 89 0 63 8 2A 131 63 1D
Octal 225 1 211 0 143 10 52 461 143 35
Binary 10010101 1 10001001 0 1100011 1000 101010 100110001 1100011 11101

Color Harmonies of #950189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950189

Black with #950189

Text Example


Text Example

White with #950189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950189; }

 p { color: rgb(149,1,137); }

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

background-color css

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

 a { background-color: rgb(149,1,137); }

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

border-color css

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

 span { border-color: rgb(149,1,137); }

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