Html Css Color HEX #950396 Dark Magenta

📋 copy color: '#950396'

red 149 ◦ green 3 ◦ blue 150

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

Shades of Dark Magenta #950396

Tints of Dark Magenta #950396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 49.34%
G = 0.99%
B = 49.67%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#950396 (or 0x950396) is known color: Dark Magenta. HEX triplet: 95, 03 and 96. RGB value is (149,3,150). Sum of RGB (Red+Green+Blue) = 149+3+150=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #950396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950396 is #6AFC69. Grayscale: #3E3E3E. Windows color (decimal): -7011434 or 9831317. OLE color: 9831317.

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

Color convert

RGB 149 3 150 -
CMYK 0.01 0.98 0 0.41
HSL 299.59º 0.96% 0.3% -
HSV(B) 299.59º 0.98% 0.59% -
XYZ 17.93 8.66 29.58 -
YUV 63.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 149 3 150 0.01 0.98 0 0.41 299.59 0.96 0.3
Hex 95 3 96 1 62 0 29 12C 60 1E
Octal 225 3 226 1 142 0 51 454 140 36
Binary 10010101 11 10010110 1 1100010 0 101001 100101100 1100000 11110

Color Harmonies of #950396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950396

Black with #950396

Text Example


Text Example

White with #950396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950396; }

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

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

background-color css

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

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

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

border-color css

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

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

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