Html Css Color HEX #860083 Purple

📋 copy color: '#860083'

red 134 ◦ green 0 ◦ blue 131

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

Shades of Purple #860083

Tints of Purple #860083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.43%

R = 50.57%
G = 0%
B = 49.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#860083 (or 0x860083) is known color: Purple. HEX triplet: 86, 00 and 83. RGB value is (134,0,131). Sum of RGB (Red+Green+Blue) = 134+0+131=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #860083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860083 is #79FF7C. Grayscale: #363636. Windows color (decimal): -7995261 or 8585350. OLE color: 8585350.

HSL color Cylindrical-coordinate representation of color #860083: hue angle of 301.34º 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 #860083 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 131 -
CMYK 0 1 0.02 0.47
HSL 301.34º 1% 0.26% -
HSV(B) 301.34º 1% 0.53% -
XYZ 13.93 6.71 22.03 -
YUV 55 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 134 0 131 0 1 0.02 0.47 301.34 1 0.26
Hex 86 0 83 0 64 2 2F 12D 64 1A
Octal 206 0 203 0 144 2 57 455 144 32
Binary 10000110 0 10000011 0 1100100 10 101111 100101101 1100100 11010

Color Harmonies of #860083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860083

Black with #860083

Text Example


Text Example

White with #860083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860083; }

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

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

background-color css

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

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

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

border-color css

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

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

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