Html Css Color HEX #86387E Dark Purple

📋 copy color: '#86387E'

red 134 ◦ green 56 ◦ blue 126

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

Shades of Dark Purple #86387E

Tints of Dark Purple #86387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 42.41%
G = 17.72%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86387E (or 0x86387E) is known color: Dark Purple. HEX triplet: 86, 38 and 7E. RGB value is (134,56,126). Sum of RGB (Red+Green+Blue) = 134+56+126=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86387E is #79C781. Grayscale: #575757. Windows color (decimal): -7980930 or 8272006. OLE color: 8272006.

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

Color convert

RGB 134 56 126 -
CMYK 0 0.58 0.06 0.47
HSL 306.15º 0.41% 0.37% -
HSV(B) 306.15º 0.58% 0.53% -
XYZ 15.01 9.4 20.76 -
YUV 87.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 134 56 126 0 0.58 0.06 0.47 306.15 0.41 0.37
Hex 86 38 7E 0 3A 6 2F 132 29 25
Octal 206 70 176 0 72 6 57 462 51 45
Binary 10000110 111000 1111110 0 111010 110 101111 100110010 101001 100101

Color Harmonies of #86387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86387E

Black with #86387E

Text Example


Text Example

White with #86387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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