Html Css Color HEX #950F83 Dark Magenta

📋 copy color: '#950F83'

red 149 ◦ green 15 ◦ blue 131

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

Shades of Dark Magenta #950F83

Tints of Dark Magenta #950F83

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.08%

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

R = 50.51%
G = 5.08%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#950F83 (or 0x950F83) is known color: Dark Magenta. HEX triplet: 95, 0F and 83. RGB value is (149,15,131). Sum of RGB (Red+Green+Blue) = 149+15+131=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #950F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F83 is #6AF07C. Grayscale: #434343. Windows color (decimal): -7008381 or 8589205. OLE color: 8589205.

HSL color Cylindrical-coordinate representation of color #950F83: hue angle of 308.06º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F83 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 131 -
CMYK 0 0.90 0.12 0.42
HSL 308.06º 0.82% 0.32% -
HSV(B) 308.06º 0.9% 0.58% -
XYZ 16.66 8.37 22.21 -
YUV 68.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 149 15 131 0 0.90 0.12 0.42 308.06 0.82 0.32
Hex 95 F 83 0 5A C 2A 134 52 20
Octal 225 17 203 0 132 14 52 464 122 40
Binary 10010101 1111 10000011 0 1011010 1100 101010 100110100 1010010 100000

Color Harmonies of #950F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F83

Black with #950F83

Text Example


Text Example

White with #950F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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