#82258E

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

Shades of Vivid Violet #82258E

Tints of Vivid Violet #82258E

Color information

#82258E (or 0x82258E) is unknown color: approx Vivid Violet. HEX triplet: 82, 25 and 8E. RGB value is (130,37,142). Sum of RGB (Red+Green+Blue) = 130+37+142=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #82258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82258E is #7DDA71. Grayscale: #4C4C4C. Windows color (decimal): -8247922 or 9315714. OLE color: 9315714.

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

Color convert

RGB13037142-
CMYK0.080.7400.44
HSL293.14º58.66%35.1%-
HSV(B)293.14º73.94%55.69%-
XYZ14.758.0226.36-
YUV76.78164.81165.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=42.07%
G=11.97%
B=45.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130371420.080.7400.44293.1458.6635.1
Hex82258E84A02C1253b23
Octal20245216101120544457343
Binary1000001010010110001110100010010100101100100100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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