Html Css Color HEX #951899 Dark Magenta

📋 copy color: '#951899'

red 149 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #951899

Tints of Dark Magenta #951899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.36%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 45.71%
G = 7.36%
B = 46.93%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#951899 (or 0x951899) is known color: Dark Magenta. HEX triplet: 95, 18 and 99. RGB value is (149,24,153). Sum of RGB (Red+Green+Blue) = 149+24+153=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #951899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951899 is #6AE766. Grayscale: #4B4B4B. Windows color (decimal): -7006055 or 10033301. OLE color: 10033301.

HSL color Cylindrical-coordinate representation of color #951899: hue angle of 298.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951899 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 24 153 -
CMYK 0.03 0.84 0 0.4
HSL 298.14º 0.73% 0.35% -
HSV(B) 298.14º 0.84% 0.6% -
XYZ 18.47 9.34 30.97 -
YUV 76.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 149 24 153 0.03 0.84 0 0.4 298.14 0.73 0.35
Hex 95 18 99 3 54 0 28 12A 49 23
Octal 225 30 231 3 124 0 50 452 111 43
Binary 10010101 11000 10011001 11 1010100 0 101000 100101010 1001001 100011

Color Harmonies of #951899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951899

Black with #951899

Text Example


Text Example

White with #951899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951899; }

 p { color: rgb(149,24,153); }

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

background-color css

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

 a { background-color: rgb(149,24,153); }

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

border-color css

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

 span { border-color: rgb(149,24,153); }

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