Html Css Color HEX #951089 Dark Magenta

📋 copy color: '#951089'

red 149 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #951089

Tints of Dark Magenta #951089

RGB

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

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

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

R = 49.34%
G = 5.3%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#951089 (or 0x951089) is known color: Dark Magenta. HEX triplet: 95, 10 and 89. RGB value is (149,16,137). Sum of RGB (Red+Green+Blue) = 149+16+137=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951089 is #6AEF76. Grayscale: #454545. Windows color (decimal): -7008119 or 8982677. OLE color: 8982677.

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

Color convert

RGB 149 16 137 -
CMYK 0 0.89 0.08 0.42
HSL 305.41º 0.81% 0.32% -
HSV(B) 305.41º 0.89% 0.58% -
XYZ 17.1 8.57 24.42 -
YUV 69.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 149 16 137 0 0.89 0.08 0.42 305.41 0.81 0.32
Hex 95 10 89 0 59 8 2A 131 51 20
Octal 225 20 211 0 131 10 52 461 121 40
Binary 10010101 10000 10001001 0 1011001 1000 101010 100110001 1010001 100000

Color Harmonies of #951089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951089

Black with #951089

Text Example


Text Example

White with #951089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951089; }

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

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

background-color css

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

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

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

border-color css

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

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

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