Html Css Color HEX #951799 Dark Magenta

📋 copy color: '#951799'

red 149 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #951799

Tints of Dark Magenta #951799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

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

R = 45.85%
G = 7.08%
B = 47.08%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#951799 (or 0x951799) is known color: Dark Magenta. HEX triplet: 95, 17 and 99. RGB value is (149,23,153). Sum of RGB (Red+Green+Blue) = 149+23+153=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #951799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951799 is #6AE866. Grayscale: #4B4B4B. Windows color (decimal): -7006311 or 10033045. OLE color: 10033045.

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

Color convert

RGB 149 23 153 -
CMYK 0.03 0.85 0 0.4
HSL 298.15º 0.74% 0.35% -
HSV(B) 298.15º 0.85% 0.6% -
XYZ 18.45 9.3 30.96 -
YUV 75.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 149 23 153 0.03 0.85 0 0.4 298.15 0.74 0.35
Hex 95 17 99 3 55 0 28 12A 4A 23
Octal 225 27 231 3 125 0 50 452 112 43
Binary 10010101 10111 10011001 11 1010101 0 101000 100101010 1001010 100011

Color Harmonies of #951799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951799

Black with #951799

Text Example


Text Example

White with #951799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951799; }

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

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

background-color css

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

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

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

border-color css

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

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

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