Html Css Color HEX #951CA1 Dark Magenta

📋 copy color: '#951CA1'

red 149 ◦ green 28 ◦ blue 161

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

Shades of Dark Magenta #951CA1

Tints of Dark Magenta #951CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.63%

R = 44.08%
G = 8.28%
B = 47.63%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#951CA1 (or 0x951CA1) is known color: Dark Magenta. HEX triplet: 95, 1C and A1. RGB value is (149,28,161). Sum of RGB (Red+Green+Blue) = 149+28+161=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #951CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CA1 is #6AE35E. Grayscale: #4E4E4E. Windows color (decimal): -7005023 or 10558613. OLE color: 10558613.

HSL color Cylindrical-coordinate representation of color #951CA1: hue angle of 294.59º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951CA1 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 28 161 -
CMYK 0.07 0.83 0 0.37
HSL 294.59º 0.7% 0.37% -
HSV(B) 294.59º 0.83% 0.63% -
XYZ 19.24 9.79 34.59 -
YUV 79.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 149 28 161 0.07 0.83 0 0.37 294.59 0.7 0.37
Hex 95 1C A1 7 53 0 25 127 46 25
Octal 225 34 241 7 123 0 45 447 106 45
Binary 10010101 11100 10100001 111 1010011 0 100101 100100111 1000110 100101

Color Harmonies of #951CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CA1

Black with #951CA1

Text Example


Text Example

White with #951CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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