#82238A

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

Shades of Vivid Violet #82238A

Tints of Vivid Violet #82238A

Color information

#82238A (or 0x82238A) is unknown color: approx Vivid Violet. HEX triplet: 82, 23 and 8A. RGB value is (130,35,138). Sum of RGB (Red+Green+Blue) = 130+35+138=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #82238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82238A is #7DDC75. Grayscale: #4A4A4A. Windows color (decimal): -8248438 or 9053058. OLE color: 9053058.

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

Color convert

RGB13035138-
CMYK0.060.7500.46
HSL295.34º59.54%33.92%-
HSV(B)295.34º74.64%54.12%-
XYZ14.397.7824.79-
YUV75.15163.47167.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 35 (14.06% from 255) = 11.55%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=42.90%
G=11.55%
B=45.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130351380.060.7500.46295.3459.5433.92
Hex82238A64B02E1273c22
Octal2024321261130564477442
Binary100000101000111000101011010010110101110100100111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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