#834B93

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

Shades of Vivid Violet #834B93

Tints of Vivid Violet #834B93

Color information

#834B93 (or 0x834B93) is unknown color: approx Vivid Violet. HEX triplet: 83, 4B and 93. RGB value is (131,75,147). Sum of RGB (Red+Green+Blue) = 131+75+147=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #834B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B93 is #7CB46C. Grayscale: #636363. Windows color (decimal): -8172653 or 9653123. OLE color: 9653123.

HSL color Cylindrical-coordinate representation of color #834B93: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834B93 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13175147-
CMYK0.110.4900.42
HSL286.67º32.43%43.53%-
HSV(B)286.67º48.98%57.65%-
XYZ17.1411.9629.01-
YUV99.95154.55150.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=37.11%
G=21.25%
B=41.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131751470.110.4900.42286.6732.4343.53
Hex834B93B3102A11f202c
Octal20311322313610524374054
Binary1000001110010111001001110111100010101010100011111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834B93; }

 p { color: rgb(131,75,147); }

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

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

 a { background-color: rgb(131,75,147); }

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

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

 span { border-color: rgb(131,75,147); }

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