#82398D

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

Shades of Vivid Violet #82398D

Tints of Vivid Violet #82398D

Color information

#82398D (or 0x82398D) is unknown color: approx Vivid Violet. HEX triplet: 82, 39 and 8D. RGB value is (130,57,141). Sum of RGB (Red+Green+Blue) = 130+57+141=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #82398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82398D is #7DC672. Grayscale: #585858. Windows color (decimal): -8242803 or 9255298. OLE color: 9255298.

HSL color Cylindrical-coordinate representation of color #82398D: hue angle of 292.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82398D is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13057141-
CMYK0.080.6000.45
HSL292.14º42.42%38.82%-
HSV(B)292.14º59.57%55.29%-
XYZ15.489.626.24-
YUV88.4157.68157.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 57 (22.66% from 255) = 17.38%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=39.63%
G=17.38%
B=42.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130571410.080.6000.45292.1442.4238.82
Hex82398D83C02D1242a27
Octal2027121510740554445247
Binary100000101110011000110110001111000101101100100100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82398D; }

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

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

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

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

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

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

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

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