Html Css Color HEX #950983 Dark Magenta

📋 copy color: '#950983'

red 149 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #950983

Tints of Dark Magenta #950983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 51.56%
G = 3.11%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#950983 (or 0x950983) is known color: Dark Magenta. HEX triplet: 95, 09 and 83. RGB value is (149,9,131). Sum of RGB (Red+Green+Blue) = 149+9+131=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950983 is #6AF67C. Grayscale: #404040. Windows color (decimal): -7009917 or 8587669. OLE color: 8587669.

HSL color Cylindrical-coordinate representation of color #950983: hue angle of 307.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950983 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 9 131 -
CMYK 0 0.94 0.12 0.42
HSL 307.71º 0.89% 0.31% -
HSV(B) 307.71º 0.94% 0.58% -
XYZ 16.59 8.22 22.19 -
YUV 64.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 149 9 131 0 0.94 0.12 0.42 307.71 0.89 0.31
Hex 95 9 83 0 5E C 2A 134 59 1F
Octal 225 11 203 0 136 14 52 464 131 37
Binary 10010101 1001 10000011 0 1011110 1100 101010 100110100 1011001 11111

Color Harmonies of #950983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950983

Black with #950983

Text Example


Text Example

White with #950983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950983; }

 p { color: rgb(149,9,131); }

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

background-color css

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

 a { background-color: rgb(149,9,131); }

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

border-color css

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

 span { border-color: rgb(149,9,131); }

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