Html Css Color HEX #851693 Dark Magenta

📋 copy color: '#851693'

red 133 ◦ green 22 ◦ blue 147

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

Shades of Dark Magenta #851693

Tints of Dark Magenta #851693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 44.04%
G = 7.28%
B = 48.68%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851693 (or 0x851693) is known color: Dark Magenta. HEX triplet: 85, 16 and 93. RGB value is (133,22,147). Sum of RGB (Red+Green+Blue) = 133+22+147=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #851693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851693 is #7AE96C. Grayscale: #454545. Windows color (decimal): -8055149 or 9639557. OLE color: 9639557.

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

Color convert

RGB 133 22 147 -
CMYK 0.10 0.85 0 0.42
HSL 293.28º 0.74% 0.33% -
HSV(B) 293.28º 0.85% 0.58% -
XYZ 15.23 7.67 28.28 -
YUV 69.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 133 22 147 0.10 0.85 0 0.42 293.28 0.74 0.33
Hex 85 16 93 A 55 0 2A 125 4A 21
Octal 205 26 223 12 125 0 52 445 112 41
Binary 10000101 10110 10010011 1010 1010101 0 101010 100100101 1001010 100001

Color Harmonies of #851693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851693

Black with #851693

Text Example


Text Example

White with #851693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851693; }

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

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

background-color css

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

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

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

border-color css

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

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

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