Html Css Color HEX #951594 Dark Magenta

📋 copy color: '#951594'

red 149 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #951594

Tints of Dark Magenta #951594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 46.86%
G = 6.6%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#951594 (or 0x951594) is known color: Dark Magenta. HEX triplet: 95, 15 and 94. RGB value is (149,21,148). Sum of RGB (Red+Green+Blue) = 149+21+148=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #951594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951594 is #6AEA6B. Grayscale: #494949. Windows color (decimal): -7006828 or 9704853. OLE color: 9704853.

HSL color Cylindrical-coordinate representation of color #951594: hue angle of 300.47º 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 #951594 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 148 -
CMYK 0 0.86 0.01 0.42
HSL 300.47º 0.75% 0.33% -
HSV(B) 300.47º 0.86% 0.58% -
XYZ 18.01 9.06 28.82 -
YUV 73.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 149 21 148 0 0.86 0.01 0.42 300.47 0.75 0.33
Hex 95 15 94 0 56 1 2A 12C 4B 21
Octal 225 25 224 0 126 1 52 454 113 41
Binary 10010101 10101 10010100 0 1010110 1 101010 100101100 1001011 100001

Color Harmonies of #951594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951594

Black with #951594

Text Example


Text Example

White with #951594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951594; }

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

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

background-color css

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

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

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

border-color css

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

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

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