Html Css Color HEX #86257C Dark Purple

📋 copy color: '#86257C'

red 134 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #86257C

Tints of Dark Purple #86257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 45.42%
G = 12.54%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86257C (or 0x86257C) is known color: Dark Purple. HEX triplet: 86, 25 and 7C. RGB value is (134,37,124). Sum of RGB (Red+Green+Blue) = 134+37+124=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86257C is #79DA83. Grayscale: #4B4B4B. Windows color (decimal): -7985796 or 8136070. OLE color: 8136070.

HSL color Cylindrical-coordinate representation of color #86257C: hue angle of 306.19º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86257C is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 124 -
CMYK 0 0.72 0.07 0.47
HSL 306.19º 0.57% 0.34% -
HSV(B) 306.19º 0.72% 0.53% -
XYZ 14.13 7.85 19.84 -
YUV 75.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 134 37 124 0 0.72 0.07 0.47 306.19 0.57 0.34
Hex 86 25 7C 0 48 7 2F 132 39 22
Octal 206 45 174 0 110 7 57 462 71 42
Binary 10000110 100101 1111100 0 1001000 111 101111 100110010 111001 100010

Color Harmonies of #86257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86257C

Black with #86257C

Text Example


Text Example

White with #86257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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