Html Css Color HEX #951993 Dark Magenta

📋 copy color: '#951993'

red 149 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #951993

Tints of Dark Magenta #951993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

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

R = 46.42%
G = 7.79%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#951993 (or 0x951993) is known color: Dark Magenta. HEX triplet: 95, 19 and 93. RGB value is (149,25,147). Sum of RGB (Red+Green+Blue) = 149+25+147=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #951993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951993 is #6AE66C. Grayscale: #4B4B4B. Windows color (decimal): -7005805 or 9640341. OLE color: 9640341.

HSL color Cylindrical-coordinate representation of color #951993: hue angle of 300.97º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951993 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 147 -
CMYK 0 0.83 0.01 0.42
HSL 300.97º 0.71% 0.34% -
HSV(B) 300.97º 0.83% 0.58% -
XYZ 18.01 9.19 28.43 -
YUV 75.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 149 25 147 0 0.83 0.01 0.42 300.97 0.71 0.34
Hex 95 19 93 0 53 1 2A 12D 47 22
Octal 225 31 223 0 123 1 52 455 107 42
Binary 10010101 11001 10010011 0 1010011 1 101010 100101101 1000111 100010

Color Harmonies of #951993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951993

Black with #951993

Text Example


Text Example

White with #951993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951993; }

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

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

background-color css

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

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

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

border-color css

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

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

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