Html Css Color HEX #950888 Dark Magenta

📋 copy color: '#950888'

red 149 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #950888

Tints of Dark Magenta #950888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

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

R = 50.85%
G = 2.73%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#950888 (or 0x950888) is known color: Dark Magenta. HEX triplet: 95, 08 and 88. RGB value is (149,8,136). Sum of RGB (Red+Green+Blue) = 149+8+136=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #950888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950888 is #6AF777. Grayscale: #404040. Windows color (decimal): -7010168 or 8915093. OLE color: 8915093.

HSL color Cylindrical-coordinate representation of color #950888: hue angle of 305.53º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950888 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 136 -
CMYK 0 0.95 0.09 0.42
HSL 305.53º 0.9% 0.31% -
HSV(B) 305.53º 0.95% 0.58% -
XYZ 16.93 8.34 24.01 -
YUV 64.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 149 8 136 0 0.95 0.09 0.42 305.53 0.9 0.31
Hex 95 8 88 0 5F 9 2A 132 5A 1F
Octal 225 10 210 0 137 11 52 462 132 37
Binary 10010101 1000 10001000 0 1011111 1001 101010 100110010 1011010 11111

Color Harmonies of #950888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950888

Black with #950888

Text Example


Text Example

White with #950888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950888; }

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

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

background-color css

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

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

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

border-color css

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

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

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