Html Css Color HEX #86027D Purple

📋 copy color: '#86027D'

red 134 ◦ green 2 ◦ blue 125

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

Shades of Purple #86027D

Tints of Purple #86027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 51.34%
G = 0.77%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86027D (or 0x86027D) is known color: Purple. HEX triplet: 86, 02 and 7D. RGB value is (134,2,125). Sum of RGB (Red+Green+Blue) = 134+2+125=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86027D is #79FD82. Grayscale: #373737. Windows color (decimal): -7994755 or 8192646. OLE color: 8192646.

HSL color Cylindrical-coordinate representation of color #86027D: hue angle of 304.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86027D is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 125 -
CMYK 0 0.99 0.07 0.47
HSL 304.09º 0.97% 0.27% -
HSV(B) 304.09º 0.99% 0.53% -
XYZ 13.55 6.59 19.96 -
YUV 55.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 134 2 125 0 0.99 0.07 0.47 304.09 0.97 0.27
Hex 86 2 7D 0 63 7 2F 130 61 1B
Octal 206 2 175 0 143 7 57 460 141 33
Binary 10000110 10 1111101 0 1100011 111 101111 100110000 1100001 11011

Color Harmonies of #86027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86027D

Black with #86027D

Text Example


Text Example

White with #86027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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