Html Css Color HEX #851A93 Dark Magenta

📋 copy color: '#851A93'

red 133 ◦ green 26 ◦ blue 147

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

Shades of Dark Magenta #851A93

Tints of Dark Magenta #851A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

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

R = 43.46%
G = 8.5%
B = 48.04%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851A93 (or 0x851A93) is known color: Dark Magenta. HEX triplet: 85, 1A and 93. RGB value is (133,26,147). Sum of RGB (Red+Green+Blue) = 133+26+147=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #851A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A93 is #7AE56C. Grayscale: #474747. Windows color (decimal): -8054125 or 9640581. OLE color: 9640581.

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

Color convert

RGB 133 26 147 -
CMYK 0.10 0.82 0 0.42
HSL 293.06º 0.7% 0.34% -
HSV(B) 293.06º 0.82% 0.58% -
XYZ 15.31 7.83 28.31 -
YUV 71.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 133 26 147 0.10 0.82 0 0.42 293.06 0.7 0.34
Hex 85 1A 93 A 52 0 2A 125 46 22
Octal 205 32 223 12 122 0 52 445 106 42
Binary 10000101 11010 10010011 1010 1010010 0 101010 100100101 1000110 100010

Color Harmonies of #851A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A93

Black with #851A93

Text Example


Text Example

White with #851A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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