Html Css Color HEX #950785 Dark Magenta

📋 copy color: '#950785'

red 149 ◦ green 7 ◦ blue 133

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

Shades of Dark Magenta #950785

Tints of Dark Magenta #950785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 51.56%
G = 2.42%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#950785 (or 0x950785) is known color: Dark Magenta. HEX triplet: 95, 07 and 85. RGB value is (149,7,133). Sum of RGB (Red+Green+Blue) = 149+7+133=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950785 is #6AF87A. Grayscale: #3F3F3F. Windows color (decimal): -7010427 or 8718229. OLE color: 8718229.

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

Color convert

RGB 149 7 133 -
CMYK 0 0.95 0.11 0.42
HSL 306.76º 0.91% 0.31% -
HSV(B) 306.76º 0.95% 0.58% -
XYZ 16.7 8.23 22.9 -
YUV 63.82 167.04 188.75 -
System Red Green Blue C M Y K H S L
Decimal 149 7 133 0 0.95 0.11 0.42 306.76 0.91 0.31
Hex 95 7 85 0 5F B 2A 133 5B 1F
Octal 225 7 205 0 137 13 52 463 133 37
Binary 10010101 111 10000101 0 1011111 1011 101010 100110011 1011011 11111

Color Harmonies of #950785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950785

Black with #950785

Text Example


Text Example

White with #950785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950785; }

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

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

background-color css

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

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

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

border-color css

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

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

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