#834093

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

Shades of Vivid Violet #834093

Tints of Vivid Violet #834093

Color information

#834093 (or 0x834093) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 93. RGB value is (131,64,147). Sum of RGB (Red+Green+Blue) = 131+64+147=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #834093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834093 is #7CBF6C. Grayscale: #5D5D5D. Windows color (decimal): -8175469 or 9650307. OLE color: 9650307.

HSL color Cylindrical-coordinate representation of color #834093: hue angle of 288.43º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834093 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13164147-
CMYK0.110.5600.42
HSL288.43º39.34%41.37%-
HSV(B)288.43º56.46%57.65%-
XYZ16.4610.628.78-
YUV93.49158.2154.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=38.30%
G=18.71%
B=42.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131641470.110.5600.42288.4339.3441.37
Hex834093B3802A1202729
Octal20310022313700524404751
Binary1000001110000001001001110111110000101010100100000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834093; }

 p { color: rgb(131,64,147); }

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

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

 a { background-color: rgb(131,64,147); }

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

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

 span { border-color: rgb(131,64,147); }

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