Html Css Color HEX #950895 Dark Magenta

📋 copy color: '#950895'

red 149 ◦ green 8 ◦ blue 149

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

Shades of Dark Magenta #950895

Tints of Dark Magenta #950895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

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

R = 48.69%
G = 2.61%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#950895 (or 0x950895) is known color: Dark Magenta. HEX triplet: 95, 08 and 95. RGB value is (149,8,149). Sum of RGB (Red+Green+Blue) = 149+8+149=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #950895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950895 is #6AF76A. Grayscale: #414141. Windows color (decimal): -7010155 or 9767061. OLE color: 9767061.

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

Color convert

RGB 149 8 149 -
CMYK 0 0.95 0 0.42
HSL 300º 0.9% 0.31% -
HSV(B) 300º 0.95% 0.58% -
XYZ 17.91 8.73 29.18 -
YUV 66.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 149 8 149 0 0.95 0 0.42 300 0.9 0.31
Hex 95 8 95 0 5F 0 2A 12C 5A 1F
Octal 225 10 225 0 137 0 52 454 132 37
Binary 10010101 1000 10010101 0 1011111 0 101010 100101100 1011010 11111

Color Harmonies of #950895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950895

Black with #950895

Text Example


Text Example

White with #950895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950895; }

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

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

background-color css

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

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

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

border-color css

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

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

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