#830942

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

Shades of Tyrian Purple #830942

Tints of Tyrian Purple #830942

Color information

#830942 (or 0x830942) is unknown color: approx Tyrian Purple. HEX triplet: 83, 09 and 42. RGB value is (131,9,66). Sum of RGB (Red+Green+Blue) = 131+9+66=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #830942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830942 is #7CF6BD. Grayscale: #333333. Windows color (decimal): -8189630 or 4327811. OLE color: 4327811.

HSL color Cylindrical-coordinate representation of color #830942: hue angle of 331.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830942 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB131966-
CMYK00.930.500.49
HSL331.97º87.14%27.45%-
HSV(B)331.97º93.13%51.37%-
XYZ10.445.415.65-
YUV51.98135.92184.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=63.59%
G=4.37%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13196600.930.500.49331.9787.1427.45
Hex8394205D323114c571b
Octal203111020135626151412733
Binary100000111001100001001011101110010110001101001100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830942; }

 p { color: rgb(131,9,66); }

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

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

 a { background-color: rgb(131,9,66); }

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

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

 span { border-color: rgb(131,9,66); }

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