Html Css Color HEX #951D9F Dark Magenta

📋 copy color: '#951D9F'

red 149 ◦ green 29 ◦ blue 159

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

Shades of Dark Magenta #951D9F

Tints of Dark Magenta #951D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 44.21%
G = 8.61%
B = 47.18%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#951D9F (or 0x951D9F) is known color: Dark Magenta. HEX triplet: 95, 1D and 9F. RGB value is (149,29,159). Sum of RGB (Red+Green+Blue) = 149+29+159=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #951D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951D9F is #6AE260. Grayscale: #4F4F4F. Windows color (decimal): -7004769 or 10427797. OLE color: 10427797.

HSL color Cylindrical-coordinate representation of color #951D9F: hue angle of 295.38º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951D9F is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 29 159 -
CMYK 0.06 0.82 0 0.38
HSL 295.38º 0.69% 0.37% -
HSV(B) 295.38º 0.82% 0.62% -
XYZ 19.09 9.77 33.68 -
YUV 79.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 149 29 159 0.06 0.82 0 0.38 295.38 0.69 0.37
Hex 95 1D 9F 6 52 0 26 127 45 25
Octal 225 35 237 6 122 0 46 447 105 45
Binary 10010101 11101 10011111 110 1010010 0 100110 100100111 1000101 100101

Color Harmonies of #951D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D9F

Black with #951D9F

Text Example


Text Example

White with #951D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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