Html Css Color HEX #851896 Dark Magenta

📋 copy color: '#851896'

red 133 ◦ green 24 ◦ blue 150

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

Shades of Dark Magenta #851896

Tints of Dark Magenta #851896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 43.32%
G = 7.82%
B = 48.86%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#851896 (or 0x851896) is known color: Dark Magenta. HEX triplet: 85, 18 and 96. RGB value is (133,24,150). Sum of RGB (Red+Green+Blue) = 133+24+150=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #851896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851896 is #7AE769. Grayscale: #464646. Windows color (decimal): -8054634 or 9836677. OLE color: 9836677.

HSL color Cylindrical-coordinate representation of color #851896: hue angle of 291.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851896 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 24 150 -
CMYK 0.11 0.84 0 0.41
HSL 291.9º 0.72% 0.34% -
HSV(B) 291.9º 0.84% 0.59% -
XYZ 15.5 7.84 29.55 -
YUV 70.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 133 24 150 0.11 0.84 0 0.41 291.9 0.72 0.34
Hex 85 18 96 B 54 0 29 124 48 22
Octal 205 30 226 13 124 0 51 444 110 42
Binary 10000101 11000 10010110 1011 1010100 0 101001 100100100 1001000 100010

Color Harmonies of #851896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851896

Black with #851896

Text Example


Text Example

White with #851896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851896; }

 p { color: rgb(133,24,150); }

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

background-color css

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

 a { background-color: rgb(133,24,150); }

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

border-color css

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

 span { border-color: rgb(133,24,150); }

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