#83267F

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

Shades of Dark Purple #83267F

Tints of Dark Purple #83267F

Color information

#83267F (or 0x83267F) is unknown color: approx Dark Purple. HEX triplet: 83, 26 and 7F. RGB value is (131,38,127). Sum of RGB (Red+Green+Blue) = 131+38+127=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83267F is #7CD980. Grayscale: #4B4B4B. Windows color (decimal): -8182145 or 8332931. OLE color: 8332931.

HSL color Cylindrical-coordinate representation of color #83267F: hue angle of 302.58º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83267F is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13138127-
CMYK00.710.030.49
HSL302.58º55.03%33.14%-
HSV(B)302.58º70.99%51.37%-
XYZ13.887.7420.84-
YUV75.95156.81167.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 127 (50% from 255) = 42.91%
R=44.26%
G=12.84%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1313812700.710.030.49302.5855.0333.14
Hex83267F04733112f3721
Octal2034617701073614576741
Binary1000001110011011111110100011111110001100101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83267F; }

 p { color: rgb(131,38,127); }

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

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

 a { background-color: rgb(131,38,127); }

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

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

 span { border-color: rgb(131,38,127); }

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