Html Css Color HEX #950F89 Dark Magenta

📋 copy color: '#950F89'

red 149 ◦ green 15 ◦ blue 137

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

Shades of Dark Magenta #950F89

Tints of Dark Magenta #950F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.51%

R = 49.5%
G = 4.98%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#950F89 (or 0x950F89) is known color: Dark Magenta. HEX triplet: 95, 0F and 89. RGB value is (149,15,137). Sum of RGB (Red+Green+Blue) = 149+15+137=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #950F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F89 is #6AF076. Grayscale: #444444. Windows color (decimal): -7008375 or 8982421. OLE color: 8982421.

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

Color convert

RGB 149 15 137 -
CMYK 0 0.90 0.08 0.42
HSL 305.37º 0.82% 0.32% -
HSV(B) 305.37º 0.9% 0.58% -
XYZ 17.08 8.54 24.41 -
YUV 68.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 149 15 137 0 0.90 0.08 0.42 305.37 0.82 0.32
Hex 95 F 89 0 5A 8 2A 131 52 20
Octal 225 17 211 0 132 10 52 461 122 40
Binary 10010101 1111 10001001 0 1011010 1000 101010 100110001 1010010 100000

Color Harmonies of #950F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F89

Black with #950F89

Text Example


Text Example

White with #950F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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