#82299e

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

Shades of Vivid Violet #82299E

Tints of Vivid Violet #82299E

Color information

#82299E (or 0x82299E) is unknown color: approx Vivid Violet. HEX triplet: 82, 29 and 9E. RGB value is (130,41,158). Sum of RGB (Red+Green+Blue) = 130+41+158=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #82299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82299E is #7DD661. Grayscale: #505050. Windows color (decimal): -8246882 or 10365314. OLE color: 10365314.

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

Color convert

RGB13041158-
CMYK0.180.7400.38
HSL285.64º58.79%39.02%-
HSV(B)285.64º74.05%61.96%-
XYZ16.178.833.19-
YUV80.95171.49162.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=39.51%
G=12.46%
B=48.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130411580.180.7400.38285.6458.7939.02
Hex82299E124A02611e3b27
Octal20251236221120464367347
Binary10000010101001100111101001010010100100110100011110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82299e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82299e; }

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

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

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

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

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

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

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

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