#82248D

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

Shades of Vivid Violet #82248D

Tints of Vivid Violet #82248D

Color information

#82248D (or 0x82248D) is unknown color: approx Vivid Violet. HEX triplet: 82, 24 and 8D. RGB value is (130,36,141). Sum of RGB (Red+Green+Blue) = 130+36+141=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #82248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82248D is #7DDB72. Grayscale: #4B4B4B. Windows color (decimal): -8248179 or 9249922. OLE color: 9249922.

HSL color Cylindrical-coordinate representation of color #82248D: hue angle of 293.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82248D is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13036141-
CMYK0.080.7400.45
HSL293.71º59.32%34.71%-
HSV(B)293.71º74.47%55.29%-
XYZ14.647.9325.96-
YUV76.08164.64166.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=42.35%
G=11.73%
B=45.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130361410.080.7400.45293.7159.3234.71
Hex82248D84A02D1263b23
Octal20244215101120554467343
Binary1000001010010010001101100010010100101101100100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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