#83086E

Color #83086E Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #83086E

Tints of Purple #83086E

Color information

#83086E (or 0x83086E) is unknown color: approx Purple. HEX triplet: 83, 08 and 6E. RGB value is (131,8,110). Sum of RGB (Red+Green+Blue) = 131+8+110=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83086E is #7CF791. Grayscale: #383838. Windows color (decimal): -8189842 or 7211139. OLE color: 7211139.

HSL color Cylindrical-coordinate representation of color #83086E: hue angle of 310.24º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83086E is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1318110-
CMYK00.940.160.49
HSL310.24º88.49%27.25%-
HSV(B)310.24º93.89%51.37%-
XYZ12.266.1215.29-
YUV56.4158.25181.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=52.61%
G=3.21%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131811000.940.160.49310.2488.4927.25
Hex8386E05E1031136581b
Octal203101560136206146613033
Binary10000011100011011100101111010000110001100110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,8,110); }

 H1.HeaderClassName
 {
   color: #83086E;
 }
 .AnyTagClassName
 {
   color: #83086E;
 }
</style>
background-color css

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

 a { background-color: rgb(131,8,110); }

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

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

 span { border-color: rgb(131,8,110); }

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