Html Css Color HEX #851195 Dark Magenta

📋 copy color: '#851195'

red 133 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #851195

Tints of Dark Magenta #851195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

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

R = 44.48%
G = 5.69%
B = 49.83%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851195 (or 0x851195) is known color: Dark Magenta. HEX triplet: 85, 11 and 95. RGB value is (133,17,149). Sum of RGB (Red+Green+Blue) = 133+17+149=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #851195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851195 is #7AEE6A. Grayscale: #424242. Windows color (decimal): -8056427 or 9769349. OLE color: 9769349.

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

Color convert

RGB 133 17 149 -
CMYK 0.11 0.89 0 0.42
HSL 292.73º 0.8% 0.33% -
HSV(B) 292.73º 0.89% 0.58% -
XYZ 15.3 7.56 29.09 -
YUV 66.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 133 17 149 0.11 0.89 0 0.42 292.73 0.8 0.33
Hex 85 11 95 B 59 0 2A 125 50 21
Octal 205 21 225 13 131 0 52 445 120 41
Binary 10000101 10001 10010101 1011 1011001 0 101010 100100101 1010000 100001

Color Harmonies of #851195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851195

Black with #851195

Text Example


Text Example

White with #851195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851195; }

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

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

background-color css

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

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

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

border-color css

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

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

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