#834098

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

Shades of Vivid Violet #834098

Tints of Vivid Violet #834098

Color information

#834098 (or 0x834098) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 98. RGB value is (131,64,152). Sum of RGB (Red+Green+Blue) = 131+64+152=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #834098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834098 is #7CBF67. Grayscale: #5D5D5D. Windows color (decimal): -8175464 or 9977987. OLE color: 9977987.

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

Color convert

RGB13164152-
CMYK0.140.5800.40
HSL285.68º40.74%42.35%-
HSV(B)285.68º57.89%59.61%-
XYZ16.8610.7630.89-
YUV94.06160.7154.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=37.75%
G=18.44%
B=43.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131641520.140.5800.40285.6840.7442.35
Hex834098E3A02811e292a
Octal20310023016720504365152
Binary1000001110000001001100011101110100101000100011110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834098; }

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

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

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

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

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

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

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

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