Html Css Color HEX #86207B Dark Purple

📋 copy color: '#86207B'

red 134 ◦ green 32 ◦ blue 123

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

Shades of Dark Purple #86207B

Tints of Dark Purple #86207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.56%

R = 46.37%
G = 11.07%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86207B (or 0x86207B) is known color: Dark Purple. HEX triplet: 86, 20 and 7B. RGB value is (134,32,123). Sum of RGB (Red+Green+Blue) = 134+32+123=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #86207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86207B is #79DF84. Grayscale: #484848. Windows color (decimal): -7987077 or 8069254. OLE color: 8069254.

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

Color convert

RGB 134 32 123 -
CMYK 0 0.76 0.08 0.47
HSL 306.47º 0.61% 0.33% -
HSV(B) 306.47º 0.76% 0.53% -
XYZ 13.92 7.53 19.46 -
YUV 72.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 134 32 123 0 0.76 0.08 0.47 306.47 0.61 0.33
Hex 86 20 7B 0 4C 8 2F 132 3D 21
Octal 206 40 173 0 114 10 57 462 75 41
Binary 10000110 100000 1111011 0 1001100 1000 101111 100110010 111101 100001

Color Harmonies of #86207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86207B

Black with #86207B

Text Example


Text Example

White with #86207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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