Html Css Color HEX #950A8F Dark Magenta

📋 copy color: '#950A8F'

red 149 ◦ green 10 ◦ blue 143

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

Shades of Dark Magenta #950A8F

Tints of Dark Magenta #950A8F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 143 (56.25% from 255) = 47.35%

R = 49.34%
G = 3.31%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#950A8F (or 0x950A8F) is known color: Dark Magenta. HEX triplet: 95, 0A and 8F. RGB value is (149,10,143). Sum of RGB (Red+Green+Blue) = 149+10+143=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #950A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A8F is #6AF570. Grayscale: #424242. Windows color (decimal): -7009649 or 9374357. OLE color: 9374357.

HSL color Cylindrical-coordinate representation of color #950A8F: hue angle of 302.59º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A8F is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 143 -
CMYK 0 0.93 0.04 0.42
HSL 302.59º 0.87% 0.31% -
HSV(B) 302.59º 0.93% 0.58% -
XYZ 17.46 8.59 26.72 -
YUV 66.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 149 10 143 0 0.93 0.04 0.42 302.59 0.87 0.31
Hex 95 A 8F 0 5D 4 2A 12F 57 1F
Octal 225 12 217 0 135 4 52 457 127 37
Binary 10010101 1010 10001111 0 1011101 100 101010 100101111 1010111 11111

Color Harmonies of #950A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A8F

Black with #950A8F

Text Example


Text Example

White with #950A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,10,143); }

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

background-color css

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

 a { background-color: rgb(149,10,143); }

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

border-color css

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

 span { border-color: rgb(149,10,143); }

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