#834081

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

Shades of Vivid Violet #834081

Tints of Vivid Violet #834081

Color information

#834081 (or 0x834081) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 81. RGB value is (131,64,129). Sum of RGB (Red+Green+Blue) = 131+64+129=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #834081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834081 is #7CBF7E. Grayscale: #5B5B5B. Windows color (decimal): -8175487 or 8470659. OLE color: 8470659.

HSL color Cylindrical-coordinate representation of color #834081: hue angle of 301.79º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834081 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13164129-
CMYK00.510.020.49
HSL301.79º34.36%38.24%-
HSV(B)301.79º51.15%51.37%-
XYZ15.1610.0821.92-
YUV91.44149.2156.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=40.43%
G=19.75%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316412900.510.020.49301.7934.3638.24
Hex83408103323112e2226
Octal2031002010632614564246
Binary10000011100000010000001011001110110001100101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834081; }

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

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

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

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

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

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

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

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