Html Css Color HEX #951088 Dark Magenta

📋 copy color: '#951088'

red 149 ◦ green 16 ◦ blue 136

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

Shades of Dark Magenta #951088

Tints of Dark Magenta #951088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 49.5%
G = 5.32%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#951088 (or 0x951088) is known color: Dark Magenta. HEX triplet: 95, 10 and 88. RGB value is (149,16,136). Sum of RGB (Red+Green+Blue) = 149+16+136=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #951088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951088 is #6AEF77. Grayscale: #454545. Windows color (decimal): -7008120 or 8917141. OLE color: 8917141.

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

Color convert

RGB 149 16 136 -
CMYK 0 0.89 0.09 0.42
HSL 305.86º 0.81% 0.32% -
HSV(B) 305.86º 0.89% 0.58% -
XYZ 17.02 8.54 24.04 -
YUV 69.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 149 16 136 0 0.89 0.09 0.42 305.86 0.81 0.32
Hex 95 10 88 0 59 9 2A 132 51 20
Octal 225 20 210 0 131 11 52 462 121 40
Binary 10010101 10000 10001000 0 1011001 1001 101010 100110010 1010001 100000

Color Harmonies of #951088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951088

Black with #951088

Text Example


Text Example

White with #951088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951088; }

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

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

background-color css

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

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

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

border-color css

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

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

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