Html Css Color HEX #951595 Dark Magenta

📋 copy color: '#951595'

red 149 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #951595

Tints of Dark Magenta #951595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

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

R = 46.71%
G = 6.58%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#951595 (or 0x951595) is known color: Dark Magenta. HEX triplet: 95, 15 and 95. RGB value is (149,21,149). Sum of RGB (Red+Green+Blue) = 149+21+149=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951595 is #6AEA6A. Grayscale: #494949. Windows color (decimal): -7006827 or 9770389. OLE color: 9770389.

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

Color convert

RGB 149 21 149 -
CMYK 0 0.86 0 0.42
HSL 300º 0.75% 0.33% -
HSV(B) 300º 0.86% 0.58% -
XYZ 18.09 9.1 29.24 -
YUV 73.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 149 21 149 0 0.86 0 0.42 300 0.75 0.33
Hex 95 15 95 0 56 0 2A 12C 4B 21
Octal 225 25 225 0 126 0 52 454 113 41
Binary 10010101 10101 10010101 0 1010110 0 101010 100101100 1001011 100001

Color Harmonies of #951595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951595

Black with #951595

Text Example


Text Example

White with #951595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951595; }

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

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

background-color css

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

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

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

border-color css

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

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

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