Html Css Color HEX #951CA0 Dark Magenta

📋 copy color: '#951CA0'

red 149 ◦ green 28 ◦ blue 160

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

Shades of Dark Magenta #951CA0

Tints of Dark Magenta #951CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 44.21%
G = 8.31%
B = 47.48%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#951CA0 (or 0x951CA0) is known color: Dark Magenta. HEX triplet: 95, 1C and A0. RGB value is (149,28,160). Sum of RGB (Red+Green+Blue) = 149+28+160=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #951CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CA0 is #6AE35F. Grayscale: #4E4E4E. Windows color (decimal): -7005024 or 10493077. OLE color: 10493077.

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

Color convert

RGB 149 28 160 -
CMYK 0.07 0.82 0 0.37
HSL 295º 0.7% 0.37% -
HSV(B) 295º 0.83% 0.63% -
XYZ 19.15 9.76 34.13 -
YUV 79.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 149 28 160 0.07 0.82 0 0.37 295 0.7 0.37
Hex 95 1C A0 7 52 0 25 127 46 25
Octal 225 34 240 7 122 0 45 447 106 45
Binary 10010101 11100 10100000 111 1010010 0 100101 100100111 1000110 100101

Color Harmonies of #951CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CA0

Black with #951CA0

Text Example


Text Example

White with #951CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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