Html Css Color HEX #951D93 Dark Magenta

📋 copy color: '#951D93'

red 149 ◦ green 29 ◦ blue 147

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

Shades of Dark Magenta #951D93

Tints of Dark Magenta #951D93

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.92%

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

R = 45.85%
G = 8.92%
B = 45.23%

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

#951D93 (or 0x951D93) is known color: Dark Magenta. HEX triplet: 95, 1D and 93. RGB value is (149,29,147). Sum of RGB (Red+Green+Blue) = 149+29+147=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #951D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951D93 is #6AE26C. Grayscale: #4D4D4D. Windows color (decimal): -7004781 or 9641365. OLE color: 9641365.

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

Color convert

RGB 149 29 147 -
CMYK 0 0.81 0.01 0.42
HSL 301º 0.67% 0.35% -
HSV(B) 301º 0.81% 0.58% -
XYZ 18.1 9.37 28.46 -
YUV 78.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 149 29 147 0 0.81 0.01 0.42 301 0.67 0.35
Hex 95 1D 93 0 51 1 2A 12D 43 23
Octal 225 35 223 0 121 1 52 455 103 43
Binary 10010101 11101 10010011 0 1010001 1 101010 100101101 1000011 100011

Color Harmonies of #951D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D93

Black with #951D93

Text Example


Text Example

White with #951D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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