Html Css Color HEX #861566 Dark Purple

📋 copy color: '#861566'

red 134 ◦ green 21 ◦ blue 102

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

Shades of Dark Purple #861566

Tints of Dark Purple #861566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.69%

R = 52.14%
G = 8.17%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#861566 (or 0x861566) is known color: Dark Purple. HEX triplet: 86, 15 and 66. RGB value is (134,21,102). Sum of RGB (Red+Green+Blue) = 134+21+102=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #861566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861566 is #79EA99. Grayscale: #3F3F3F. Windows color (decimal): -7989914 or 6690182. OLE color: 6690182.

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

Color convert

RGB 134 21 102 -
CMYK 0 0.84 0.24 0.47
HSL 316.99º 0.73% 0.3% -
HSV(B) 316.99º 0.84% 0.53% -
XYZ 12.5 6.56 13.18 -
YUV 64.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 134 21 102 0 0.84 0.24 0.47 316.99 0.73 0.3
Hex 86 15 66 0 54 18 2F 13D 49 1E
Octal 206 25 146 0 124 30 57 475 111 36
Binary 10000110 10101 1100110 0 1010100 11000 101111 100111101 1001001 11110

Color Harmonies of #861566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861566

Black with #861566

Text Example


Text Example

White with #861566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861566; }

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

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

background-color css

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

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

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

border-color css

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

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

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