Html Css Color HEX #86367E Dark Purple

📋 copy color: '#86367E'

red 134 ◦ green 54 ◦ blue 126

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

Shades of Dark Purple #86367E

Tints of Dark Purple #86367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 42.68%
G = 17.2%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86367E (or 0x86367E) is known color: Dark Purple. HEX triplet: 86, 36 and 7E. RGB value is (134,54,126). Sum of RGB (Red+Green+Blue) = 134+54+126=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86367E is #79C981. Grayscale: #555555. Windows color (decimal): -7981442 or 8271494. OLE color: 8271494.

HSL color Cylindrical-coordinate representation of color #86367E: hue angle of 306º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86367E is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 54 126 -
CMYK 0 0.60 0.06 0.47
HSL 306º 0.43% 0.37% -
HSV(B) 306º 0.6% 0.53% -
XYZ 14.92 9.21 20.73 -
YUV 86.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 134 54 126 0 0.60 0.06 0.47 306 0.43 0.37
Hex 86 36 7E 0 3C 6 2F 132 2B 25
Octal 206 66 176 0 74 6 57 462 53 45
Binary 10000110 110110 1111110 0 111100 110 101111 100110010 101011 100101

Color Harmonies of #86367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86367E

Black with #86367E

Text Example


Text Example

White with #86367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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