Html Css Color HEX #950296 Dark Magenta

📋 copy color: '#950296'

red 149 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #950296

Tints of Dark Magenta #950296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 49.5%
G = 0.66%
B = 49.83%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#950296 (or 0x950296) is known color: Dark Magenta. HEX triplet: 95, 02 and 96. RGB value is (149,2,150). Sum of RGB (Red+Green+Blue) = 149+2+150=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #950296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950296 is #6AFD69. Grayscale: #3E3E3E. Windows color (decimal): -7011690 or 9831061. OLE color: 9831061.

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

Color convert

RGB 149 2 150 -
CMYK 0.01 0.99 0 0.41
HSL 299.59º 0.97% 0.3% -
HSV(B) 299.59º 0.99% 0.59% -
XYZ 17.92 8.63 29.58 -
YUV 62.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 149 2 150 0.01 0.99 0 0.41 299.59 0.97 0.3
Hex 95 2 96 1 63 0 29 12C 61 1E
Octal 225 2 226 1 143 0 51 454 141 36
Binary 10010101 10 10010110 1 1100011 0 101001 100101100 1100001 11110

Color Harmonies of #950296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950296

Black with #950296

Text Example


Text Example

White with #950296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950296; }

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

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

background-color css

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

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

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

border-color css

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

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

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