Html Css Color HEX #86207E Dark Purple

📋 copy color: '#86207E'

red 134 ◦ green 32 ◦ blue 126

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

Shades of Dark Purple #86207E

Tints of Dark Purple #86207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.15%

R = 45.89%
G = 10.96%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86207E (or 0x86207E) is known color: Dark Purple. HEX triplet: 86, 20 and 7E. RGB value is (134,32,126). Sum of RGB (Red+Green+Blue) = 134+32+126=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86207E is #79DF81. Grayscale: #484848. Windows color (decimal): -7987074 or 8265862. OLE color: 8265862.

HSL color Cylindrical-coordinate representation of color #86207E: hue angle of 304.71º 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 #86207E is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 126 -
CMYK 0 0.76 0.06 0.47
HSL 304.71º 0.61% 0.33% -
HSV(B) 304.71º 0.76% 0.53% -
XYZ 14.11 7.61 20.46 -
YUV 73.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 134 32 126 0 0.76 0.06 0.47 304.71 0.61 0.33
Hex 86 20 7E 0 4C 6 2F 131 3D 21
Octal 206 40 176 0 114 6 57 461 75 41
Binary 10000110 100000 1111110 0 1001100 110 101111 100110001 111101 100001

Color Harmonies of #86207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86207E

Black with #86207E

Text Example


Text Example

White with #86207E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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