#834182

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

Shades of Vivid Violet #834182

Tints of Vivid Violet #834182

Color information

#834182 (or 0x834182) is unknown color: approx Vivid Violet. HEX triplet: 83, 41 and 82. RGB value is (131,65,130). Sum of RGB (Red+Green+Blue) = 131+65+130=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #834182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834182 is #7CBE7D. Grayscale: #5B5B5B. Windows color (decimal): -8175230 or 8536451. OLE color: 8536451.

HSL color Cylindrical-coordinate representation of color #834182: hue angle of 300.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834182 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13165130-
CMYK00.500.010.49
HSL300.91º33.67%38.43%-
HSV(B)300.91º50.38%51.37%-
XYZ15.2810.2222.29-
YUV92.14149.37155.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=40.18%
G=19.94%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316513000.500.010.49300.9133.6738.43
Hex83418203213112d2226
Octal2031012020621614554246
Binary1000001110000011000001001100101110001100101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834182; }

 p { color: rgb(131,65,130); }

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

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

 a { background-color: rgb(131,65,130); }

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

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

 span { border-color: rgb(131,65,130); }

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