Html Css Color HEX #950481 Dark Magenta

📋 copy color: '#950481'

red 149 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #950481

Tints of Dark Magenta #950481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 52.84%
G = 1.42%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#950481 (or 0x950481) is known color: Dark Magenta. HEX triplet: 95, 04 and 81. RGB value is (149,4,129). Sum of RGB (Red+Green+Blue) = 149+4+129=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #950481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950481 is #6AFB7E. Grayscale: #3D3D3D. Windows color (decimal): -7011199 or 8455317. OLE color: 8455317.

HSL color Cylindrical-coordinate representation of color #950481: hue angle of 308.28º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950481 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 129 -
CMYK 0 0.97 0.13 0.42
HSL 308.28º 0.95% 0.3% -
HSV(B) 308.28º 0.97% 0.58% -
XYZ 16.4 8.06 21.46 -
YUV 61.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 149 4 129 0 0.97 0.13 0.42 308.28 0.95 0.3
Hex 95 4 81 0 61 D 2A 134 5F 1E
Octal 225 4 201 0 141 15 52 464 137 36
Binary 10010101 100 10000001 0 1100001 1101 101010 100110100 1011111 11110

Color Harmonies of #950481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950481

Black with #950481

Text Example


Text Example

White with #950481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950481; }

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

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

background-color css

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

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

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

border-color css

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

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

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