#834C8D

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

Shades of Vivid Violet #834C8D

Tints of Vivid Violet #834C8D

Color information

#834C8D (or 0x834C8D) is unknown color: approx Vivid Violet. HEX triplet: 83, 4C and 8D. RGB value is (131,76,141). Sum of RGB (Red+Green+Blue) = 131+76+141=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #834C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C8D is #7CB372. Grayscale: #636363. Windows color (decimal): -8172403 or 9260163. OLE color: 9260163.

HSL color Cylindrical-coordinate representation of color #834C8D: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834C8D is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13176141-
CMYK0.070.4600.45
HSL290.77º29.95%42.55%-
HSV(B)290.77º46.1%55.29%-
XYZ16.7511.9226.62-
YUV99.85151.22150.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=37.64%
G=21.84%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131761410.070.4600.45290.7729.9542.55
Hex834C8D72E02D1231e2b
Octal2031142157560554433653
Binary10000011100110010001101111101110010110110010001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,76,141); }

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

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

 a { background-color: rgb(131,76,141); }

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

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

 span { border-color: rgb(131,76,141); }

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