Html Css Color HEX #86367C Dark Purple

📋 copy color: '#86367C'

red 134 ◦ green 54 ◦ blue 124

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

Shades of Dark Purple #86367C

Tints of Dark Purple #86367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 42.95%
G = 17.31%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86367C (or 0x86367C) is known color: Dark Purple. HEX triplet: 86, 36 and 7C. RGB value is (134,54,124). Sum of RGB (Red+Green+Blue) = 134+54+124=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86367C is #79C983. Grayscale: #555555. Windows color (decimal): -7981444 or 8140422. OLE color: 8140422.

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

Color convert

RGB 134 54 124 -
CMYK 0 0.60 0.07 0.47
HSL 307.5º 0.43% 0.37% -
HSV(B) 307.5º 0.6% 0.53% -
XYZ 14.79 9.16 20.06 -
YUV 85.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 134 54 124 0 0.60 0.07 0.47 307.5 0.43 0.37
Hex 86 36 7C 0 3C 7 2F 134 2B 25
Octal 206 66 174 0 74 7 57 464 53 45
Binary 10000110 110110 1111100 0 111100 111 101111 100110100 101011 100101

Color Harmonies of #86367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86367C

Black with #86367C

Text Example


Text Example

White with #86367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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