Html Css Color HEX #851595 Dark Magenta

📋 copy color: '#851595'

red 133 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #851595

Tints of Dark Magenta #851595

RGB

 RED value IS 133 (52.34% from 255) = 43.89%

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

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

R = 43.89%
G = 6.93%
B = 49.17%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851595 (or 0x851595) is known color: Dark Magenta. HEX triplet: 85, 15 and 95. RGB value is (133,21,149). Sum of RGB (Red+Green+Blue) = 133+21+149=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #851595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851595 is #7AEA6A. Grayscale: #444444. Windows color (decimal): -8055403 or 9770373. OLE color: 9770373.

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

Color convert

RGB 133 21 149 -
CMYK 0.11 0.86 0 0.42
HSL 292.5º 0.75% 0.33% -
HSV(B) 292.5º 0.86% 0.58% -
XYZ 15.37 7.69 29.11 -
YUV 69.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 133 21 149 0.11 0.86 0 0.42 292.5 0.75 0.33
Hex 85 15 95 B 56 0 2A 124 4B 21
Octal 205 25 225 13 126 0 52 444 113 41
Binary 10000101 10101 10010101 1011 1010110 0 101010 100100100 1001011 100001

Color Harmonies of #851595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851595

Black with #851595

Text Example


Text Example

White with #851595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851595; }

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

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

background-color css

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

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

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

border-color css

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

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

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