#803093

Color #803093 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #803093

Tints of Vivid Violet #803093

Color information

#803093 (or 0x803093) is unknown color: approx Vivid Violet. HEX triplet: 80, 30 and 93. RGB value is (128,48,147). Sum of RGB (Red+Green+Blue) = 128+48+147=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #803093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803093 is #7FCF6C. Grayscale: #525252. Windows color (decimal): -8376173 or 9646208. OLE color: 9646208.

HSL color Cylindrical-coordinate representation of color #803093: hue angle of 288.48º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803093 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12848147-
CMYK0.130.6700.42
HSL288.48º50.77%38.24%-
HSV(B)288.48º67.35%57.65%-
XYZ15.238.8128.5-
YUV83.21164159.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=39.63%
G=14.86%
B=45.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128481470.130.6700.42288.4850.7738.24
Hex803093D4302A1203326
Octal20060223151030524406346
Binary1000000011000010010011110110000110101010100100000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803093; }

 p { color: rgb(128,48,147); }

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

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

 a { background-color: rgb(128,48,147); }

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

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

 span { border-color: rgb(128,48,147); }

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