Html Css Color HEX #86007E Purple

📋 copy color: '#86007E'

red 134 ◦ green 0 ◦ blue 126

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

Shades of Purple #86007E

Tints of Purple #86007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.54%
G = 0%
B = 48.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86007E (or 0x86007E) is known color: Purple. HEX triplet: 86, 00 and 7E. RGB value is (134,0,126). Sum of RGB (Red+Green+Blue) = 134+0+126=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86007E is #79FF81. Grayscale: #363636. Windows color (decimal): -7995266 or 8257670. OLE color: 8257670.

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

Color convert

RGB 134 0 126 -
CMYK 0 1 0.06 0.47
HSL 303.58º 1% 0.26% -
HSV(B) 303.58º 1% 0.53% -
XYZ 13.6 6.57 20.29 -
YUV 54.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 134 0 126 0 1 0.06 0.47 303.58 1 0.26
Hex 86 0 7E 0 64 6 2F 130 64 1A
Octal 206 0 176 0 144 6 57 460 144 32
Binary 10000110 0 1111110 0 1100100 110 101111 100110000 1100100 11010

Color Harmonies of #86007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86007E

Black with #86007E

Text Example


Text Example

White with #86007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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