Html Css Color HEX #86327F Dark Purple

📋 copy color: '#86327F'

red 134 ◦ green 50 ◦ blue 127

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

Shades of Dark Purple #86327F

Tints of Dark Purple #86327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 43.09%
G = 16.08%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86327F (or 0x86327F) is known color: Dark Purple. HEX triplet: 86, 32 and 7F. RGB value is (134,50,127). Sum of RGB (Red+Green+Blue) = 134+50+127=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86327F is #79CD80. Grayscale: #535353. Windows color (decimal): -7982465 or 8336006. OLE color: 8336006.

HSL color Cylindrical-coordinate representation of color #86327F: hue angle of 305º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86327F is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 127 -
CMYK 0 0.63 0.05 0.47
HSL 305º 0.46% 0.36% -
HSV(B) 305º 0.63% 0.53% -
XYZ 14.8 8.88 21.01 -
YUV 83.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 134 50 127 0 0.63 0.05 0.47 305 0.46 0.36
Hex 86 32 7F 0 3F 5 2F 131 2E 24
Octal 206 62 177 0 77 5 57 461 56 44
Binary 10000110 110010 1111111 0 111111 101 101111 100110001 101110 100100

Color Harmonies of #86327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86327F

Black with #86327F

Text Example


Text Example

White with #86327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86327F; }

 p { color: rgb(134,50,127); }

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

background-color css

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

 a { background-color: rgb(134,50,127); }

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

border-color css

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

 span { border-color: rgb(134,50,127); }

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