Html Css Color HEX #851193 Dark Magenta

📋 copy color: '#851193'

red 133 ◦ green 17 ◦ blue 147

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

Shades of Dark Magenta #851193

Tints of Dark Magenta #851193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 44.78%
G = 5.72%
B = 49.49%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851193 (or 0x851193) is known color: Dark Magenta. HEX triplet: 85, 11 and 93. RGB value is (133,17,147). Sum of RGB (Red+Green+Blue) = 133+17+147=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #851193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851193 is #7AEE6C. Grayscale: #424242. Windows color (decimal): -8056429 or 9638277. OLE color: 9638277.

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

Color convert

RGB 133 17 147 -
CMYK 0.10 0.88 0 0.42
HSL 293.54º 0.79% 0.32% -
HSV(B) 293.54º 0.88% 0.58% -
XYZ 15.14 7.49 28.25 -
YUV 66.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 133 17 147 0.10 0.88 0 0.42 293.54 0.79 0.32
Hex 85 11 93 A 58 0 2A 126 4F 20
Octal 205 21 223 12 130 0 52 446 117 40
Binary 10000101 10001 10010011 1010 1011000 0 101010 100100110 1001111 100000

Color Harmonies of #851193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851193

Black with #851193

Text Example


Text Example

White with #851193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851193; }

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

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

background-color css

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

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

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

border-color css

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

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

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