Html Css Color HEX #851893 Dark Magenta

📋 copy color: '#851893'

red 133 ◦ green 24 ◦ blue 147

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

Shades of Dark Magenta #851893

Tints of Dark Magenta #851893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 43.75%
G = 7.89%
B = 48.36%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851893 (or 0x851893) is known color: Dark Magenta. HEX triplet: 85, 18 and 93. RGB value is (133,24,147). Sum of RGB (Red+Green+Blue) = 133+24+147=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #851893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851893 is #7AE76C. Grayscale: #464646. Windows color (decimal): -8054637 or 9640069. OLE color: 9640069.

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

Color convert

RGB 133 24 147 -
CMYK 0.10 0.84 0 0.42
HSL 293.17º 0.72% 0.34% -
HSV(B) 293.17º 0.84% 0.58% -
XYZ 15.27 7.75 28.29 -
YUV 70.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 133 24 147 0.10 0.84 0 0.42 293.17 0.72 0.34
Hex 85 18 93 A 54 0 2A 125 48 22
Octal 205 30 223 12 124 0 52 445 110 42
Binary 10000101 11000 10010011 1010 1010100 0 101010 100100101 1001000 100010

Color Harmonies of #851893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851893

Black with #851893

Text Example


Text Example

White with #851893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851893; }

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

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

background-color css

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

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

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

border-color css

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

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

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