Html Css Color HEX #951D9D Dark Magenta

📋 copy color: '#951D9D'

red 149 ◦ green 29 ◦ blue 157

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

Shades of Dark Magenta #951D9D

Tints of Dark Magenta #951D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 44.48%
G = 8.66%
B = 46.87%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#951D9D (or 0x951D9D) is known color: Dark Magenta. HEX triplet: 95, 1D and 9D. RGB value is (149,29,157). Sum of RGB (Red+Green+Blue) = 149+29+157=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #951D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951D9D is #6AE262. Grayscale: #4F4F4F. Windows color (decimal): -7004771 or 10296725. OLE color: 10296725.

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

Color convert

RGB 149 29 157 -
CMYK 0.05 0.82 0 0.38
HSL 296.25º 0.69% 0.36% -
HSV(B) 296.25º 0.82% 0.62% -
XYZ 18.92 9.7 32.77 -
YUV 79.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 149 29 157 0.05 0.82 0 0.38 296.25 0.69 0.36
Hex 95 1D 9D 5 52 0 26 128 45 24
Octal 225 35 235 5 122 0 46 450 105 44
Binary 10010101 11101 10011101 101 1010010 0 100110 100101000 1000101 100100

Color Harmonies of #951D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D9D

Black with #951D9D

Text Example


Text Example

White with #951D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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