Html Css Color HEX #851688 Dark Magenta

📋 copy color: '#851688'

red 133 ◦ green 22 ◦ blue 136

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

Shades of Dark Magenta #851688

Tints of Dark Magenta #851688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 45.7%
G = 7.56%
B = 46.74%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851688 (or 0x851688) is known color: Dark Magenta. HEX triplet: 85, 16 and 88. RGB value is (133,22,136). Sum of RGB (Red+Green+Blue) = 133+22+136=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #851688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851688 is #7AE977. Grayscale: #434343. Windows color (decimal): -8055160 or 8918661. OLE color: 8918661.

HSL color Cylindrical-coordinate representation of color #851688: hue angle of 298.42º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851688 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 22 136 -
CMYK 0.02 0.84 0 0.47
HSL 298.42º 0.72% 0.31% -
HSV(B) 298.42º 0.84% 0.53% -
XYZ 14.4 7.34 23.95 -
YUV 68.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 133 22 136 0.02 0.84 0 0.47 298.42 0.72 0.31
Hex 85 16 88 2 54 0 2F 12A 48 1F
Octal 205 26 210 2 124 0 57 452 110 37
Binary 10000101 10110 10001000 10 1010100 0 101111 100101010 1001000 11111

Color Harmonies of #851688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851688

Black with #851688

Text Example


Text Example

White with #851688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851688; }

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

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

background-color css

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

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

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

border-color css

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

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

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