Html Css Color HEX #86257D Dark Purple

📋 copy color: '#86257D'

red 134 ◦ green 37 ◦ blue 125

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

Shades of Dark Purple #86257D

Tints of Dark Purple #86257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.23%

R = 45.27%
G = 12.5%
B = 42.23%

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

#86257D (or 0x86257D) is known color: Dark Purple. HEX triplet: 86, 25 and 7D. RGB value is (134,37,125). Sum of RGB (Red+Green+Blue) = 134+37+125=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86257D is #79DA82. Grayscale: #4B4B4B. Windows color (decimal): -7985795 or 8201606. OLE color: 8201606.

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

Color convert

RGB 134 37 125 -
CMYK 0 0.72 0.07 0.47
HSL 305.57º 0.57% 0.34% -
HSV(B) 305.57º 0.72% 0.53% -
XYZ 14.19 7.87 20.17 -
YUV 76.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 134 37 125 0 0.72 0.07 0.47 305.57 0.57 0.34
Hex 86 25 7D 0 48 7 2F 132 39 22
Octal 206 45 175 0 110 7 57 462 71 42
Binary 10000110 100101 1111101 0 1001000 111 101111 100110010 111001 100010

Color Harmonies of #86257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86257D

Black with #86257D

Text Example


Text Example

White with #86257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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