Html Css Color HEX #86207D Dark Purple

📋 copy color: '#86207D'

red 134 ◦ green 32 ◦ blue 125

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

Shades of Dark Purple #86207D

Tints of Dark Purple #86207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 46.05%
G = 11%
B = 42.96%

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

#86207D (or 0x86207D) is known color: Dark Purple. HEX triplet: 86, 20 and 7D. RGB value is (134,32,125). Sum of RGB (Red+Green+Blue) = 134+32+125=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86207D is #79DF82. Grayscale: #484848. Windows color (decimal): -7987075 or 8200326. OLE color: 8200326.

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

Color convert

RGB 134 32 125 -
CMYK 0 0.76 0.07 0.47
HSL 305.29º 0.61% 0.33% -
HSV(B) 305.29º 0.76% 0.53% -
XYZ 14.05 7.58 20.13 -
YUV 73.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 134 32 125 0 0.76 0.07 0.47 305.29 0.61 0.33
Hex 86 20 7D 0 4C 7 2F 131 3D 21
Octal 206 40 175 0 114 7 57 461 75 41
Binary 10000110 100000 1111101 0 1001100 111 101111 100110001 111101 100001

Color Harmonies of #86207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86207D

Black with #86207D

Text Example


Text Example

White with #86207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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