#834489

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

Shades of Vivid Violet #834489

Tints of Vivid Violet #834489

Color information

#834489 (or 0x834489) is unknown color: approx Vivid Violet. HEX triplet: 83, 44 and 89. RGB value is (131,68,137). Sum of RGB (Red+Green+Blue) = 131+68+137=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #834489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834489 is #7CBB76. Grayscale: #5E5E5E. Windows color (decimal): -8174455 or 8995971. OLE color: 8995971.

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

Color convert

RGB13168137-
CMYK0.040.5000.46
HSL294.78º33.66%40.2%-
HSV(B)294.78º50.36%53.73%-
XYZ15.9410.7724.9-
YUV94.7151.87153.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=38.99%
G=20.24%
B=40.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131681370.040.5000.46294.7833.6640.2
Hex83448943202E1272228
Octal2031042114620564474250
Binary100000111000100100010011001100100101110100100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834489; }

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

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

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

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

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

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

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

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