Html Css Color HEX #951C92 Dark Magenta

📋 copy color: '#951C92'

red 149 ◦ green 28 ◦ blue 146

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

Shades of Dark Magenta #951C92

Tints of Dark Magenta #951C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 46.13%
G = 8.67%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#951C92 (or 0x951C92) is known color: Dark Magenta. HEX triplet: 95, 1C and 92. RGB value is (149,28,146). Sum of RGB (Red+Green+Blue) = 149+28+146=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #951C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C92 is #6AE36D. Grayscale: #4D4D4D. Windows color (decimal): -7005038 or 9575573. OLE color: 9575573.

HSL color Cylindrical-coordinate representation of color #951C92: hue angle of 301.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C92 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 146 -
CMYK 0 0.81 0.02 0.42
HSL 301.49º 0.68% 0.35% -
HSV(B) 301.49º 0.81% 0.58% -
XYZ 18 9.3 28.04 -
YUV 77.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 149 28 146 0 0.81 0.02 0.42 301.49 0.68 0.35
Hex 95 1C 92 0 51 2 2A 12D 44 23
Octal 225 34 222 0 121 2 52 455 104 43
Binary 10010101 11100 10010010 0 1010001 10 101010 100101101 1000100 100011

Color Harmonies of #951C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C92

Black with #951C92

Text Example


Text Example

White with #951C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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