#830F67

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

Shades of Dark Purple #830F67

Tints of Dark Purple #830F67

Color information

#830F67 (or 0x830F67) is unknown color: approx Dark Purple. HEX triplet: 83, 0F and 67. RGB value is (131,15,103). Sum of RGB (Red+Green+Blue) = 131+15+103=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #830F67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F67 is #7CF098. Grayscale: #3B3B3B. Windows color (decimal): -8188057 or 6754179. OLE color: 6754179.

HSL color Cylindrical-coordinate representation of color #830F67: hue angle of 314.48º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F67 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13115103-
CMYK00.890.210.49
HSL314.48º79.45%28.63%-
HSV(B)314.48º88.55%51.37%-
XYZ11.986.1513.39-
YUV59.72152.43178.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=52.61%
G=6.02%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311510300.890.210.49314.4879.4528.63
Hex83F67059153113a4f1d
Octal203171470131256147211735
Binary10000011111111001110101100110101110001100111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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