Html Css Color HEX #861166 Dark Purple

📋 copy color: '#861166'

red 134 ◦ green 17 ◦ blue 102

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

Shades of Dark Purple #861166

Tints of Dark Purple #861166

RGB

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

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

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

R = 52.96%
G = 6.72%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#861166 (or 0x861166) is known color: Dark Purple. HEX triplet: 86, 11 and 66. RGB value is (134,17,102). Sum of RGB (Red+Green+Blue) = 134+17+102=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #861166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861166 is #79EE99. Grayscale: #3D3D3D. Windows color (decimal): -7990938 or 6689158. OLE color: 6689158.

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

Color convert

RGB 134 17 102 -
CMYK 0 0.87 0.24 0.47
HSL 316.41º 0.77% 0.3% -
HSV(B) 316.41º 0.87% 0.53% -
XYZ 12.43 6.43 13.16 -
YUV 61.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 134 17 102 0 0.87 0.24 0.47 316.41 0.77 0.3
Hex 86 11 66 0 57 18 2F 13C 4D 1E
Octal 206 21 146 0 127 30 57 474 115 36
Binary 10000110 10001 1100110 0 1010111 11000 101111 100111100 1001101 11110

Color Harmonies of #861166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861166

Black with #861166

Text Example


Text Example

White with #861166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861166; }

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

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

background-color css

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

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

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

border-color css

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

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

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