Html Css Color HEX #950F90 Dark Magenta

📋 copy color: '#950F90'

red 149 ◦ green 15 ◦ blue 144

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

Shades of Dark Magenta #950F90

Tints of Dark Magenta #950F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 48.38%
G = 4.87%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#950F90 (or 0x950F90) is known color: Dark Magenta. HEX triplet: 95, 0F and 90. RGB value is (149,15,144). Sum of RGB (Red+Green+Blue) = 149+15+144=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #950F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F90 is #6AF06F. Grayscale: #454545. Windows color (decimal): -7008368 or 9441173. OLE color: 9441173.

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

Color convert

RGB 149 15 144 -
CMYK 0 0.90 0.03 0.42
HSL 302.24º 0.82% 0.32% -
HSV(B) 302.24º 0.9% 0.58% -
XYZ 17.6 8.74 27.15 -
YUV 69.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 149 15 144 0 0.90 0.03 0.42 302.24 0.82 0.32
Hex 95 F 90 0 5A 3 2A 12E 52 20
Octal 225 17 220 0 132 3 52 456 122 40
Binary 10010101 1111 10010000 0 1011010 11 101010 100101110 1010010 100000

Color Harmonies of #950F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F90

Black with #950F90

Text Example


Text Example

White with #950F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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