#82399E

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

Shades of Vivid Violet #82399E

Tints of Vivid Violet #82399E

Color information

#82399E (or 0x82399E) is unknown color: approx Vivid Violet. HEX triplet: 82, 39 and 9E. RGB value is (130,57,158). Sum of RGB (Red+Green+Blue) = 130+57+158=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #82399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82399E is #7DC661. Grayscale: #5A5A5A. Windows color (decimal): -8242786 or 10369410. OLE color: 10369410.

HSL color Cylindrical-coordinate representation of color #82399E: hue angle of 283.37º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82399E is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13057158-
CMYK0.180.6400.38
HSL283.37º46.98%42.16%-
HSV(B)283.37º63.92%61.96%-
XYZ16.8410.1433.42-
YUV90.34166.18156.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=37.68%
G=16.52%
B=45.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130571580.180.6400.38283.3746.9842.16
Hex82399E124002611b2f2a
Octal20271236221000464335752
Binary10000010111001100111101001010000000100110100011011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82399E; }

 p { color: rgb(130,57,158); }

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

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

 a { background-color: rgb(130,57,158); }

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

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

 span { border-color: rgb(130,57,158); }

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