#824083

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

Shades of Vivid Violet #824083

Tints of Vivid Violet #824083

Color information

#824083 (or 0x824083) is unknown color: approx Vivid Violet. HEX triplet: 82, 40 and 83. RGB value is (130,64,131). Sum of RGB (Red+Green+Blue) = 130+64+131=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #824083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824083 is #7DBF7C. Grayscale: #5B5B5B. Windows color (decimal): -8241021 or 8601730. OLE color: 8601730.

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

Color convert

RGB13064131-
CMYK0.010.5100.49
HSL299.1º34.36%38.24%-
HSV(B)299.1º51.15%51.37%-
XYZ15.1410.0522.62-
YUV91.37150.37155.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=40%
G=19.69%
B=40.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130641310.010.5100.49299.134.3638.24
Hex82408313303112b2226
Octal2021002031630614534246
Binary1000001010000001000001111100110110001100101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824083; }

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

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

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

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

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

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

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

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