#830D67

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

Shades of Dark Purple #830D67

Tints of Dark Purple #830D67

Color information

#830D67 (or 0x830D67) is unknown color: approx Dark Purple. HEX triplet: 83, 0D and 67. RGB value is (131,13,103). Sum of RGB (Red+Green+Blue) = 131+13+103=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #830D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830D67 is #7CF298. Grayscale: #3A3A3A. Windows color (decimal): -8188569 or 6753667. OLE color: 6753667.

HSL color Cylindrical-coordinate representation of color #830D67: hue angle of 314.24º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830D67 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13113103-
CMYK00.900.210.49
HSL314.24º81.94%28.24%-
HSV(B)314.24º90.08%51.37%-
XYZ11.956.0913.38-
YUV58.54153.09179.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=53.04%
G=5.26%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311310300.900.210.49314.2481.9428.24
Hex83D6705A153113a521c
Octal203151470132256147212234
Binary10000011110111001110101101010101110001100111010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830D67; }

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

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

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

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

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

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

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

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