Html Css Color HEX #951C9D Dark Magenta

📋 copy color: '#951C9D'

red 149 ◦ green 28 ◦ blue 157

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

Shades of Dark Magenta #951C9D

Tints of Dark Magenta #951C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.38%

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

R = 44.61%
G = 8.38%
B = 47.01%

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

#951C9D (or 0x951C9D) is known color: Dark Magenta. HEX triplet: 95, 1C and 9D. RGB value is (149,28,157). Sum of RGB (Red+Green+Blue) = 149+28+157=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #951C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C9D is #6AE362. Grayscale: #4E4E4E. Windows color (decimal): -7005027 or 10296469. OLE color: 10296469.

HSL color Cylindrical-coordinate representation of color #951C9D: hue angle of 296.28º degrees, saturation: 0.7, 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 #951C9D is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 28 157 -
CMYK 0.05 0.82 0 0.38
HSL 296.28º 0.7% 0.36% -
HSV(B) 296.28º 0.82% 0.62% -
XYZ 18.9 9.65 32.77 -
YUV 78.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 149 28 157 0.05 0.82 0 0.38 296.28 0.7 0.36
Hex 95 1C 9D 5 52 0 26 128 46 24
Octal 225 34 235 5 122 0 46 450 106 44
Binary 10010101 11100 10011101 101 1010010 0 100110 100101000 1000110 100100

Color Harmonies of #951C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C9D

Black with #951C9D

Text Example


Text Example

White with #951C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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