Html Css Color HEX #851586 Dark Purple

📋 copy color: '#851586'

red 133 ◦ green 21 ◦ blue 134

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

Shades of Dark Purple #851586

Tints of Dark Purple #851586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.29%

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 46.18%
G = 7.29%
B = 46.53%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851586 (or 0x851586) is known color: Dark Purple. HEX triplet: 85, 15 and 86. RGB value is (133,21,134). Sum of RGB (Red+Green+Blue) = 133+21+134=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #851586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851586 is #7AEA79. Grayscale: #434343. Windows color (decimal): -8055418 or 8787333. OLE color: 8787333.

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

Color convert

RGB 133 21 134 -
CMYK 0.01 0.84 0 0.47
HSL 299.47º 0.73% 0.3% -
HSV(B) 299.47º 0.84% 0.53% -
XYZ 14.24 7.24 23.2 -
YUV 67.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 133 21 134 0.01 0.84 0 0.47 299.47 0.73 0.3
Hex 85 15 86 1 54 0 2F 12B 49 1E
Octal 205 25 206 1 124 0 57 453 111 36
Binary 10000101 10101 10000110 1 1010100 0 101111 100101011 1001001 11110

Color Harmonies of #851586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851586

Black with #851586

Text Example


Text Example

White with #851586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851586; }

 p { color: rgb(133,21,134); }

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

background-color css

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

 a { background-color: rgb(133,21,134); }

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

border-color css

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

 span { border-color: rgb(133,21,134); }

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