#834889

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

Shades of Vivid Violet #834889

Tints of Vivid Violet #834889

Color information

#834889 (or 0x834889) is unknown color: approx Vivid Violet. HEX triplet: 83, 48 and 89. RGB value is (131,72,137). Sum of RGB (Red+Green+Blue) = 131+72+137=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #834889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834889 is #7CB776. Grayscale: #606060. Windows color (decimal): -8173431 or 8996995. OLE color: 8996995.

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

Color convert

RGB13172137-
CMYK0.040.4700.46
HSL294.46º31.1%40.98%-
HSV(B)294.46º47.45%53.73%-
XYZ16.1911.2724.99-
YUV97.05150.55152.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 137 (53.91% from 255) = 40.29%
R=38.53%
G=21.18%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131721370.040.4700.46294.4631.140.98
Hex83488942F02E1261f29
Octal2031102114570564463751
Binary10000011100100010001001100101111010111010010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834889; }

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

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

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

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

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

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

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

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