#83093E

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

Shades of Tyrian Purple #83093E

Tints of Tyrian Purple #83093E

Color information

#83093E (or 0x83093E) is unknown color: approx Tyrian Purple. HEX triplet: 83, 09 and 3E. RGB value is (131,9,62). Sum of RGB (Red+Green+Blue) = 131+9+62=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #83093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83093E is #7CF6C1. Grayscale: #333333. Windows color (decimal): -8189634 or 4065667. OLE color: 4065667.

HSL color Cylindrical-coordinate representation of color #83093E: hue angle of 333.93º 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 #83093E is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB131962-
CMYK00.930.530.49
HSL333.93º87.14%27.45%-
HSV(B)333.93º93.13%51.37%-
XYZ10.335.375.05-
YUV51.52133.92184.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.85%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=64.85%
G=4.46%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13196200.930.530.49333.9387.1427.45
Hex8393E05D353114e571b
Octal20311760135656151612733
Binary10000011100111111001011101110101110001101001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83093E; }

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

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

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

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

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

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

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

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