Html Css Color HEX #951C93 Dark Magenta

📋 copy color: '#951C93'

red 149 ◦ green 28 ◦ blue 147

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

Shades of Dark Magenta #951C93

Tints of Dark Magenta #951C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 45.99%
G = 8.64%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#951C93 (or 0x951C93) is known color: Dark Magenta. HEX triplet: 95, 1C and 93. RGB value is (149,28,147). Sum of RGB (Red+Green+Blue) = 149+28+147=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #951C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C93 is #6AE36C. Grayscale: #4D4D4D. Windows color (decimal): -7005037 or 9641109. OLE color: 9641109.

HSL color Cylindrical-coordinate representation of color #951C93: hue angle of 300.99º 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 #951C93 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 147 -
CMYK 0 0.81 0.01 0.42
HSL 300.99º 0.68% 0.35% -
HSV(B) 300.99º 0.81% 0.58% -
XYZ 18.08 9.33 28.45 -
YUV 77.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 149 28 147 0 0.81 0.01 0.42 300.99 0.68 0.35
Hex 95 1C 93 0 51 1 2A 12D 44 23
Octal 225 34 223 0 121 1 52 455 104 43
Binary 10010101 11100 10010011 0 1010001 1 101010 100101101 1000100 100011

Color Harmonies of #951C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C93

Black with #951C93

Text Example


Text Example

White with #951C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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