Html Css Color HEX #950881 Dark Magenta

📋 copy color: '#950881'

red 149 ◦ green 8 ◦ blue 129

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

Shades of Dark Magenta #950881

Tints of Dark Magenta #950881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.1%

R = 52.1%
G = 2.8%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#950881 (or 0x950881) is known color: Dark Magenta. HEX triplet: 95, 08 and 81. RGB value is (149,8,129). Sum of RGB (Red+Green+Blue) = 149+8+129=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #950881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950881 is #6AF77E. Grayscale: #3F3F3F. Windows color (decimal): -7010175 or 8456341. OLE color: 8456341.

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

Color convert

RGB 149 8 129 -
CMYK 0 0.95 0.13 0.42
HSL 308.51º 0.9% 0.31% -
HSV(B) 308.51º 0.95% 0.58% -
XYZ 16.44 8.15 21.47 -
YUV 63.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 149 8 129 0 0.95 0.13 0.42 308.51 0.9 0.31
Hex 95 8 81 0 5F D 2A 135 5A 1F
Octal 225 10 201 0 137 15 52 465 132 37
Binary 10010101 1000 10000001 0 1011111 1101 101010 100110101 1011010 11111

Color Harmonies of #950881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950881

Black with #950881

Text Example


Text Example

White with #950881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950881; }

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

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

background-color css

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

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

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

border-color css

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

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

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