Html Css Color HEX #951D99 Dark Magenta

📋 copy color: '#951D99'

red 149 ◦ green 29 ◦ blue 153

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

Shades of Dark Magenta #951D99

Tints of Dark Magenta #951D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

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

R = 45.02%
G = 8.76%
B = 46.22%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#951D99 (or 0x951D99) is known color: Dark Magenta. HEX triplet: 95, 1D and 99. RGB value is (149,29,153). Sum of RGB (Red+Green+Blue) = 149+29+153=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #951D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951D99 is #6AE266. Grayscale: #4E4E4E. Windows color (decimal): -7004775 or 10034581. OLE color: 10034581.

HSL color Cylindrical-coordinate representation of color #951D99: hue angle of 298.06º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D99 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 29 153 -
CMYK 0.03 0.81 0 0.4
HSL 298.06º 0.68% 0.36% -
HSV(B) 298.06º 0.81% 0.6% -
XYZ 18.58 9.57 31 -
YUV 79.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 149 29 153 0.03 0.81 0 0.4 298.06 0.68 0.36
Hex 95 1D 99 3 51 0 28 12A 44 24
Octal 225 35 231 3 121 0 50 452 104 44
Binary 10010101 11101 10011001 11 1010001 0 101000 100101010 1000100 100100

Color Harmonies of #951D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D99

Black with #951D99

Text Example


Text Example

White with #951D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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