Html Css Color HEX #950193 Dark Magenta

📋 copy color: '#950193'

red 149 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #950193

Tints of Dark Magenta #950193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 50.17%
G = 0.34%
B = 49.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#950193 (or 0x950193) is known color: Dark Magenta. HEX triplet: 95, 01 and 93. RGB value is (149,1,147). Sum of RGB (Red+Green+Blue) = 149+1+147=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #950193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950193 is #6AFE6C. Grayscale: #3D3D3D. Windows color (decimal): -7011949 or 9634197. OLE color: 9634197.

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

Color convert

RGB 149 1 147 -
CMYK 0 0.99 0.01 0.42
HSL 300.81º 0.99% 0.29% -
HSV(B) 300.81º 0.99% 0.58% -
XYZ 17.67 8.52 28.32 -
YUV 61.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 149 1 147 0 0.99 0.01 0.42 300.81 0.99 0.29
Hex 95 1 93 0 63 1 2A 12D 63 1D
Octal 225 1 223 0 143 1 52 455 143 35
Binary 10010101 1 10010011 0 1100011 1 101010 100101101 1100011 11101

Color Harmonies of #950193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950193

Black with #950193

Text Example


Text Example

White with #950193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950193; }

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

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

background-color css

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

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

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

border-color css

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

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

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