#834395

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

Shades of Vivid Violet #834395

Tints of Vivid Violet #834395

Color information

#834395 (or 0x834395) is unknown color: approx Vivid Violet. HEX triplet: 83, 43 and 95. RGB value is (131,67,149). Sum of RGB (Red+Green+Blue) = 131+67+149=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #834395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834395 is #7CBC6A. Grayscale: #5F5F5F. Windows color (decimal): -8174699 or 9782147. OLE color: 9782147.

HSL color Cylindrical-coordinate representation of color #834395: hue angle of 286.83º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834395 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13167149-
CMYK0.120.5500.42
HSL286.83º37.96%42.35%-
HSV(B)286.83º55.03%58.43%-
XYZ16.7911.0129.67-
YUV95.48158.2153.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=37.75%
G=19.31%
B=42.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131671490.120.5500.42286.8337.9642.35
Hex834395C3702A11f262a
Octal20310322514670524374652
Binary1000001110000111001010111001101110101010100011111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834395; }

 p { color: rgb(131,67,149); }

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

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

 a { background-color: rgb(131,67,149); }

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

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

 span { border-color: rgb(131,67,149); }

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