#82288A

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

Shades of Vivid Violet #82288A

Tints of Vivid Violet #82288A

Color information

#82288A (or 0x82288A) is unknown color: approx Vivid Violet. HEX triplet: 82, 28 and 8A. RGB value is (130,40,138). Sum of RGB (Red+Green+Blue) = 130+40+138=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #82288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82288A is #7DD775. Grayscale: #4D4D4D. Windows color (decimal): -8247158 or 9054338. OLE color: 9054338.

HSL color Cylindrical-coordinate representation of color #82288A: hue angle of 295.1º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82288A is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13040138-
CMYK0.060.7100.46
HSL295.1º55.06%34.9%-
HSV(B)295.1º71.01%54.12%-
XYZ14.558.124.84-
YUV78.08161.82165.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=42.21%
G=12.99%
B=44.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130401380.060.7100.46295.155.0634.9
Hex82288A64702E1273723
Octal2025021261070564476743
Binary100000101010001000101011010001110101110100100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82288A; }

 p { color: rgb(130,40,138); }

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

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

 a { background-color: rgb(130,40,138); }

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

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

 span { border-color: rgb(130,40,138); }

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