Html Css Color HEX #86207C Dark Purple

📋 copy color: '#86207C'

red 134 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #86207C

Tints of Dark Purple #86207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 46.21%
G = 11.03%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86207C (or 0x86207C) is known color: Dark Purple. HEX triplet: 86, 20 and 7C. RGB value is (134,32,124). Sum of RGB (Red+Green+Blue) = 134+32+124=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86207C is #79DF83. Grayscale: #484848. Windows color (decimal): -7987076 or 8134790. OLE color: 8134790.

HSL color Cylindrical-coordinate representation of color #86207C: hue angle of 305.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86207C is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 124 -
CMYK 0 0.76 0.07 0.47
HSL 305.88º 0.61% 0.33% -
HSV(B) 305.88º 0.76% 0.53% -
XYZ 13.99 7.56 19.79 -
YUV 72.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 134 32 124 0 0.76 0.07 0.47 305.88 0.61 0.33
Hex 86 20 7C 0 4C 7 2F 132 3D 21
Octal 206 40 174 0 114 7 57 462 75 41
Binary 10000110 100000 1111100 0 1001100 111 101111 100110010 111101 100001

Color Harmonies of #86207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86207C

Black with #86207C

Text Example


Text Example

White with #86207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86207C; }

 p { color: rgb(134,32,124); }

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

background-color css

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

 a { background-color: rgb(134,32,124); }

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

border-color css

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

 span { border-color: rgb(134,32,124); }

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