#834189

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

Shades of Vivid Violet #834189

Tints of Vivid Violet #834189

Color information

#834189 (or 0x834189) is unknown color: approx Vivid Violet. HEX triplet: 83, 41 and 89. RGB value is (131,65,137). Sum of RGB (Red+Green+Blue) = 131+65+137=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #834189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834189 is #7CBE76. Grayscale: #5C5C5C. Windows color (decimal): -8175223 or 8995203. OLE color: 8995203.

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

Color convert

RGB13165137-
CMYK0.040.5300.46
HSL295º35.64%39.61%-
HSV(B)295º52.55%53.73%-
XYZ15.7710.4124.85-
YUV92.94152.87155.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=39.34%
G=19.52%
B=41.14%

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
Decimal131651370.040.5300.4629535.6439.61
Hex83418943502E1272428
Octal2031012114650564474450
Binary100000111000001100010011001101010101110100100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834189; }

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

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

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

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

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

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

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

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