Html Css Color HEX #851393 Dark Magenta

📋 copy color: '#851393'

red 133 ◦ green 19 ◦ blue 147

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

Shades of Dark Magenta #851393

Tints of Dark Magenta #851393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

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

R = 44.48%
G = 6.35%
B = 49.16%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851393 (or 0x851393) is known color: Dark Magenta. HEX triplet: 85, 13 and 93. RGB value is (133,19,147). Sum of RGB (Red+Green+Blue) = 133+19+147=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #851393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851393 is #7AEC6C. Grayscale: #434343. Windows color (decimal): -8055917 or 9638789. OLE color: 9638789.

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

Color convert

RGB 133 19 147 -
CMYK 0.10 0.87 0 0.42
HSL 293.44º 0.77% 0.33% -
HSV(B) 293.44º 0.87% 0.58% -
XYZ 15.17 7.56 28.26 -
YUV 67.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 133 19 147 0.10 0.87 0 0.42 293.44 0.77 0.33
Hex 85 13 93 A 57 0 2A 125 4D 21
Octal 205 23 223 12 127 0 52 445 115 41
Binary 10000101 10011 10010011 1010 1010111 0 101010 100100101 1001101 100001

Color Harmonies of #851393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851393

Black with #851393

Text Example


Text Example

White with #851393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851393; }

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

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

background-color css

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

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

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

border-color css

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

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

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