Html Css Color HEX #86347F Dark Purple

📋 copy color: '#86347F'

red 134 ◦ green 52 ◦ blue 127

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

Shades of Dark Purple #86347F

Tints of Dark Purple #86347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 42.81%
G = 16.61%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86347F (or 0x86347F) is known color: Dark Purple. HEX triplet: 86, 34 and 7F. RGB value is (134,52,127). Sum of RGB (Red+Green+Blue) = 134+52+127=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86347F is #79CB80. Grayscale: #545454. Windows color (decimal): -7981953 or 8336518. OLE color: 8336518.

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

Color convert

RGB 134 52 127 -
CMYK 0 0.61 0.05 0.47
HSL 305.12º 0.44% 0.36% -
HSV(B) 305.12º 0.61% 0.53% -
XYZ 14.89 9.06 21.04 -
YUV 85.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 134 52 127 0 0.61 0.05 0.47 305.12 0.44 0.36
Hex 86 34 7F 0 3D 5 2F 131 2C 24
Octal 206 64 177 0 75 5 57 461 54 44
Binary 10000110 110100 1111111 0 111101 101 101111 100110001 101100 100100

Color Harmonies of #86347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86347F

Black with #86347F

Text Example


Text Example

White with #86347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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