#831467

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

Shades of Dark Purple #831467

Tints of Dark Purple #831467

Color information

#831467 (or 0x831467) is unknown color: approx Dark Purple. HEX triplet: 83, 14 and 67. RGB value is (131,20,103). Sum of RGB (Red+Green+Blue) = 131+20+103=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #831467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831467 is #7CEB98. Grayscale: #3E3E3E. Windows color (decimal): -8186777 or 6755459. OLE color: 6755459.

HSL color Cylindrical-coordinate representation of color #831467: hue angle of 315.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831467 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13120103-
CMYK00.850.210.49
HSL315.14º73.51%29.61%-
HSV(B)315.14º84.73%51.37%-
XYZ12.066.313.41-
YUV62.65150.77176.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=51.57%
G=7.87%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312010300.850.210.49315.1473.5129.61
Hex831467055153113b4a1e
Octal203241470125256147311236
Binary100000111010011001110101010110101110001100111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831467; }

 p { color: rgb(131,20,103); }

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

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

 a { background-color: rgb(131,20,103); }

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

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

 span { border-color: rgb(131,20,103); }

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