Html Css Color HEX #950884 Dark Magenta

📋 copy color: '#950884'

red 149 ◦ green 8 ◦ blue 132

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

Shades of Dark Magenta #950884

Tints of Dark Magenta #950884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 51.56%
G = 2.77%
B = 45.67%

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

#950884 (or 0x950884) is known color: Dark Magenta. HEX triplet: 95, 08 and 84. RGB value is (149,8,132). Sum of RGB (Red+Green+Blue) = 149+8+132=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950884 is #6AF77B. Grayscale: #3F3F3F. Windows color (decimal): -7010172 or 8652949. OLE color: 8652949.

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

Color convert

RGB 149 8 132 -
CMYK 0 0.95 0.11 0.42
HSL 307.23º 0.9% 0.31% -
HSV(B) 307.23º 0.95% 0.58% -
XYZ 16.65 8.23 22.54 -
YUV 64.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 149 8 132 0 0.95 0.11 0.42 307.23 0.9 0.31
Hex 95 8 84 0 5F B 2A 133 5A 1F
Octal 225 10 204 0 137 13 52 463 132 37
Binary 10010101 1000 10000100 0 1011111 1011 101010 100110011 1011010 11111

Color Harmonies of #950884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950884

Black with #950884

Text Example


Text Example

White with #950884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950884; }

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

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

background-color css

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

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

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

border-color css

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

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

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