Html Css Color HEX #950395 Dark Magenta

📋 copy color: '#950395'

red 149 ◦ green 3 ◦ blue 149

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

Shades of Dark Magenta #950395

Tints of Dark Magenta #950395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 49.5%
G = 1%
B = 49.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#950395 (or 0x950395) is known color: Dark Magenta. HEX triplet: 95, 03 and 95. RGB value is (149,3,149). Sum of RGB (Red+Green+Blue) = 149+3+149=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #950395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950395 is #6AFC6A. Grayscale: #3E3E3E. Windows color (decimal): -7011435 or 9765781. OLE color: 9765781.

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

Color convert

RGB 149 3 149 -
CMYK 0 0.98 0 0.42
HSL 300º 0.96% 0.3% -
HSV(B) 300º 0.98% 0.58% -
XYZ 17.85 8.62 29.16 -
YUV 63.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 149 3 149 0 0.98 0 0.42 300 0.96 0.3
Hex 95 3 95 0 62 0 2A 12C 60 1E
Octal 225 3 225 0 142 0 52 454 140 36
Binary 10010101 11 10010101 0 1100010 0 101010 100101100 1100000 11110

Color Harmonies of #950395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950395

Black with #950395

Text Example


Text Example

White with #950395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950395; }

 p { color: rgb(149,3,149); }

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

background-color css

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

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

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

border-color css

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

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

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