Html Css Color HEX #950F88 Dark Magenta

📋 copy color: '#950F88'

red 149 ◦ green 15 ◦ blue 136

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

Shades of Dark Magenta #950F88

Tints of Dark Magenta #950F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 49.67%
G = 5%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#950F88 (or 0x950F88) is known color: Dark Magenta. HEX triplet: 95, 0F and 88. RGB value is (149,15,136). Sum of RGB (Red+Green+Blue) = 149+15+136=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #950F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F88 is #6AF077. Grayscale: #444444. Windows color (decimal): -7008376 or 8916885. OLE color: 8916885.

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

Color convert

RGB 149 15 136 -
CMYK 0 0.90 0.09 0.42
HSL 305.82º 0.82% 0.32% -
HSV(B) 305.82º 0.9% 0.58% -
XYZ 17.01 8.51 24.04 -
YUV 68.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 149 15 136 0 0.90 0.09 0.42 305.82 0.82 0.32
Hex 95 F 88 0 5A 9 2A 132 52 20
Octal 225 17 210 0 132 11 52 462 122 40
Binary 10010101 1111 10001000 0 1011010 1001 101010 100110010 1010010 100000

Color Harmonies of #950F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F88

Black with #950F88

Text Example


Text Example

White with #950F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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