#830689

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

Shades of Dark Magenta #830689

Tints of Dark Magenta #830689

Color information

#830689 (or 0x830689) is unknown color: approx Dark Magenta. HEX triplet: 83, 06 and 89. RGB value is (131,6,137). Sum of RGB (Red+Green+Blue) = 131+6+137=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #830689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830689 is #7CF976. Grayscale: #393939. Windows color (decimal): -8190327 or 8980099. OLE color: 8980099.

HSL color Cylindrical-coordinate representation of color #830689: hue angle of 297.25º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830689 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1316137-
CMYK0.040.9600.46
HSL297.25º91.61%28.04%-
HSV(B)297.25º95.62%53.73%-
XYZ13.946.7624.24-
YUV58.31172.41179.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 6 (2.73% from 255) = 2.19%
BLUE value IS 137 (53.91% from 255) = 50%
R=47.81%
G=2.19%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13161370.040.9600.46297.2591.6128.04
Hex8368946002E1295c1c
Octal2036211414005645113434
Binary100000111101000100110011000000101110100101001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830689; }

 p { color: rgb(131,6,137); }

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

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

 a { background-color: rgb(131,6,137); }

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

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

 span { border-color: rgb(131,6,137); }

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