#82238B

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

Shades of Vivid Violet #82238B

Tints of Vivid Violet #82238B

Color information

#82238B (or 0x82238B) is unknown color: approx Vivid Violet. HEX triplet: 82, 23 and 8B. RGB value is (130,35,139). Sum of RGB (Red+Green+Blue) = 130+35+139=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #82238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82238B is #7DDC74. Grayscale: #4A4A4A. Windows color (decimal): -8248437 or 9118594. OLE color: 9118594.

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

Color convert

RGB13035139-
CMYK0.060.7500.45
HSL294.81º59.77%34.12%-
HSV(B)294.81º74.82%54.51%-
XYZ14.477.8125.17-
YUV75.26163.97167.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=42.76%
G=11.51%
B=45.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130351390.060.7500.45294.8159.7734.12
Hex82238B64B02D1273c22
Octal2024321361130554477442
Binary100000101000111000101111010010110101101100100111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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