#82258A

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

Shades of Vivid Violet #82258A

Tints of Vivid Violet #82258A

Color information

#82258A (or 0x82258A) is unknown color: approx Vivid Violet. HEX triplet: 82, 25 and 8A. RGB value is (130,37,138). Sum of RGB (Red+Green+Blue) = 130+37+138=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #82258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82258A is #7DDA75. Grayscale: #4C4C4C. Windows color (decimal): -8247926 or 9053570. OLE color: 9053570.

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

Color convert

RGB13037138-
CMYK0.060.7300.46
HSL295.25º57.71%34.31%-
HSV(B)295.25º73.19%54.12%-
XYZ14.457.924.81-
YUV76.32162.81166.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=42.62%
G=12.13%
B=45.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130371380.060.7300.46295.2557.7134.31
Hex82258A64902E1273a22
Octal2024521261110564477242
Binary100000101001011000101011010010010101110100100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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