#834089

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

Shades of Vivid Violet #834089

Tints of Vivid Violet #834089

Color information

#834089 (or 0x834089) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 89. RGB value is (131,64,137). Sum of RGB (Red+Green+Blue) = 131+64+137=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #834089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834089 is #7CBF76. Grayscale: #5C5C5C. Windows color (decimal): -8175479 or 8994947. OLE color: 8994947.

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

Color convert

RGB13164137-
CMYK0.040.5300.46
HSL295.07º36.32%39.41%-
HSV(B)295.07º53.28%53.73%-
XYZ15.7110.324.83-
YUV92.35153.2155.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=39.46%
G=19.28%
B=41.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131641370.040.5300.46295.0736.3239.41
Hex83408943502E1272427
Octal2031002114650564474447
Binary100000111000000100010011001101010101110100100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834089; }

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

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

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

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

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

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

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

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