Html Css Color HEX #861687 Dark Purple

📋 copy color: '#861687'

red 134 ◦ green 22 ◦ blue 135

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

Shades of Dark Purple #861687

Tints of Dark Purple #861687

RGB

 RED value IS 134 (52.73% from 255) = 46.05%

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

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 46.05%
G = 7.56%
B = 46.39%

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

#861687 (or 0x861687) is known color: Dark Purple. HEX triplet: 86, 16 and 87. RGB value is (134,22,135). Sum of RGB (Red+Green+Blue) = 134+22+135=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #861687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861687 is #79E978. Grayscale: #444444. Windows color (decimal): -7989625 or 8853126. OLE color: 8853126.

HSL color Cylindrical-coordinate representation of color #861687: hue angle of 299.47º 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 #861687 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 22 135 -
CMYK 0.01 0.84 0 0.47
HSL 299.47º 0.72% 0.31% -
HSV(B) 299.47º 0.84% 0.53% -
XYZ 14.49 7.39 23.58 -
YUV 68.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 134 22 135 0.01 0.84 0 0.47 299.47 0.72 0.31
Hex 86 16 87 1 54 0 2F 12B 48 1F
Octal 206 26 207 1 124 0 57 453 110 37
Binary 10000110 10110 10000111 1 1010100 0 101111 100101011 1001000 11111

Color Harmonies of #861687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861687

Black with #861687

Text Example


Text Example

White with #861687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861687; }

 p { color: rgb(134,22,135); }

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

background-color css

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

 a { background-color: rgb(134,22,135); }

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

border-color css

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

 span { border-color: rgb(134,22,135); }

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