#833082

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

Shades of Vivid Violet #833082

Tints of Vivid Violet #833082

Color information

#833082 (or 0x833082) is unknown color: approx Vivid Violet. HEX triplet: 83, 30 and 82. RGB value is (131,48,130). Sum of RGB (Red+Green+Blue) = 131+48+130=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #833082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833082 is #7CCF7D. Grayscale: #515151. Windows color (decimal): -8179582 or 8532099. OLE color: 8532099.

HSL color Cylindrical-coordinate representation of color #833082: hue angle of 300.72º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833082 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13148130-
CMYK00.630.010.49
HSL300.72º46.37%35.1%-
HSV(B)300.72º63.36%51.37%-
XYZ14.458.5522.01-
YUV82.16155162.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=42.39%
G=15.53%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314813000.630.010.49300.7246.3735.1
Hex83308203F13112d2e23
Octal203602020771614555643
Binary100000111100001000001001111111110001100101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833082; }

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

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

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

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

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

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

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

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