Html Css Color HEX #861683 Dark Purple

📋 copy color: '#861683'

red 134 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #861683

Tints of Dark Purple #861683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 46.69%
G = 7.67%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#861683 (or 0x861683) is known color: Dark Purple. HEX triplet: 86, 16 and 83. RGB value is (134,22,131). Sum of RGB (Red+Green+Blue) = 134+22+131=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #861683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861683 is #79E97C. Grayscale: #434343. Windows color (decimal): -7989629 or 8590982. OLE color: 8590982.

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

Color convert

RGB 134 22 131 -
CMYK 0 0.84 0.02 0.47
HSL 301.61º 0.72% 0.31% -
HSV(B) 301.61º 0.84% 0.53% -
XYZ 14.22 7.28 22.13 -
YUV 67.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 134 22 131 0 0.84 0.02 0.47 301.61 0.72 0.31
Hex 86 16 83 0 54 2 2F 12E 48 1F
Octal 206 26 203 0 124 2 57 456 110 37
Binary 10000110 10110 10000011 0 1010100 10 101111 100101110 1001000 11111

Color Harmonies of #861683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861683

Black with #861683

Text Example


Text Example

White with #861683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861683; }

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

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

background-color css

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

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

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

border-color css

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

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

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