Html Css Color HEX #950F8A Dark Magenta

📋 copy color: '#950F8A'

red 149 ◦ green 15 ◦ blue 138

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

Shades of Dark Magenta #950F8A

Tints of Dark Magenta #950F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 49.34%
G = 4.97%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#950F8A (or 0x950F8A) is known color: Dark Magenta. HEX triplet: 95, 0F and 8A. RGB value is (149,15,138). Sum of RGB (Red+Green+Blue) = 149+15+138=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #950F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F8A is #6AF075. Grayscale: #444444. Windows color (decimal): -7008374 or 9047957. OLE color: 9047957.

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

Color convert

RGB 149 15 138 -
CMYK 0 0.90 0.07 0.42
HSL 304.93º 0.82% 0.32% -
HSV(B) 304.93º 0.9% 0.58% -
XYZ 17.15 8.57 24.79 -
YUV 69.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 149 15 138 0 0.90 0.07 0.42 304.93 0.82 0.32
Hex 95 F 8A 0 5A 7 2A 131 52 20
Octal 225 17 212 0 132 7 52 461 122 40
Binary 10010101 1111 10001010 0 1011010 111 101010 100110001 1010010 100000

Color Harmonies of #950F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F8A

Black with #950F8A

Text Example


Text Example

White with #950F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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