Html Css Color HEX #851793 Dark Magenta

📋 copy color: '#851793'

red 133 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #851793

Tints of Dark Magenta #851793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 43.89%
G = 7.59%
B = 48.51%

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

#851793 (or 0x851793) is known color: Dark Magenta. HEX triplet: 85, 17 and 93. RGB value is (133,23,147). Sum of RGB (Red+Green+Blue) = 133+23+147=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #851793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851793 is #7AE86C. Grayscale: #454545. Windows color (decimal): -8054893 or 9639813. OLE color: 9639813.

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

Color convert

RGB 133 23 147 -
CMYK 0.10 0.84 0 0.42
HSL 293.23º 0.73% 0.33% -
HSV(B) 293.23º 0.84% 0.58% -
XYZ 15.25 7.71 28.29 -
YUV 70.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 133 23 147 0.10 0.84 0 0.42 293.23 0.73 0.33
Hex 85 17 93 A 54 0 2A 125 49 21
Octal 205 27 223 12 124 0 52 445 111 41
Binary 10000101 10111 10010011 1010 1010100 0 101010 100100101 1001001 100001

Color Harmonies of #851793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851793

Black with #851793

Text Example


Text Example

White with #851793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851793; }

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

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

background-color css

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

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

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

border-color css

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

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

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