Html Css Color HEX #951AA0 Dark Magenta

📋 copy color: '#951AA0'

red 149 ◦ green 26 ◦ blue 160

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

Shades of Dark Magenta #951AA0

Tints of Dark Magenta #951AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

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

R = 44.48%
G = 7.76%
B = 47.76%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#951AA0 (or 0x951AA0) is known color: Dark Magenta. HEX triplet: 95, 1A and A0. RGB value is (149,26,160). Sum of RGB (Red+Green+Blue) = 149+26+160=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #951AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AA0 is #6AE55F. Grayscale: #4D4D4D. Windows color (decimal): -7005536 or 10492565. OLE color: 10492565.

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

Color convert

RGB 149 26 160 -
CMYK 0.07 0.84 0 0.37
HSL 295.07º 0.72% 0.36% -
HSV(B) 295.07º 0.84% 0.63% -
XYZ 19.11 9.67 34.12 -
YUV 78.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 149 26 160 0.07 0.84 0 0.37 295.07 0.72 0.36
Hex 95 1A A0 7 54 0 25 127 48 24
Octal 225 32 240 7 124 0 45 447 110 44
Binary 10010101 11010 10100000 111 1010100 0 100101 100100111 1001000 100100

Color Harmonies of #951AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951AA0

Black with #951AA0

Text Example


Text Example

White with #951AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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