Html Css Color HEX #950282 Dark Magenta

📋 copy color: '#950282'

red 149 ◦ green 2 ◦ blue 130

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

Shades of Dark Magenta #950282

Tints of Dark Magenta #950282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 53.02%
G = 0.71%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#950282 (or 0x950282) is known color: Dark Magenta. HEX triplet: 95, 02 and 82. RGB value is (149,2,130). Sum of RGB (Red+Green+Blue) = 149+2+130=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #950282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950282 is #6AFD7D. Grayscale: #3C3C3C. Windows color (decimal): -7011710 or 8520341. OLE color: 8520341.

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

Color convert

RGB 149 2 130 -
CMYK 0 0.99 0.13 0.42
HSL 307.76º 0.97% 0.3% -
HSV(B) 307.76º 0.99% 0.58% -
XYZ 16.45 8.04 21.81 -
YUV 60.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 149 2 130 0 0.99 0.13 0.42 307.76 0.97 0.3
Hex 95 2 82 0 63 D 2A 134 61 1E
Octal 225 2 202 0 143 15 52 464 141 36
Binary 10010101 10 10000010 0 1100011 1101 101010 100110100 1100001 11110

Color Harmonies of #950282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950282

Black with #950282

Text Example


Text Example

White with #950282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950282; }

 p { color: rgb(149,2,130); }

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

background-color css

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

 a { background-color: rgb(149,2,130); }

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

border-color css

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

 span { border-color: rgb(149,2,130); }

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