Html Css Color HEX #950F8E Dark Magenta

📋 copy color: '#950F8E'

red 149 ◦ green 15 ◦ blue 142

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

Shades of Dark Magenta #950F8E

Tints of Dark Magenta #950F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 48.69%
G = 4.9%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#950F8E (or 0x950F8E) is known color: Dark Magenta. HEX triplet: 95, 0F and 8E. RGB value is (149,15,142). Sum of RGB (Red+Green+Blue) = 149+15+142=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #950F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F8E is #6AF071. Grayscale: #454545. Windows color (decimal): -7008370 or 9310101. OLE color: 9310101.

HSL color Cylindrical-coordinate representation of color #950F8E: hue angle of 303.13º 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 #950F8E is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 142 -
CMYK 0 0.90 0.05 0.42
HSL 303.13º 0.82% 0.32% -
HSV(B) 303.13º 0.9% 0.58% -
XYZ 17.45 8.68 26.35 -
YUV 69.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 149 15 142 0 0.90 0.05 0.42 303.13 0.82 0.32
Hex 95 F 8E 0 5A 5 2A 12F 52 20
Octal 225 17 216 0 132 5 52 457 122 40
Binary 10010101 1111 10001110 0 1011010 101 101010 100101111 1010010 100000

Color Harmonies of #950F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F8E

Black with #950F8E

Text Example


Text Example

White with #950F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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