#82308D

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

Shades of Vivid Violet #82308D

Tints of Vivid Violet #82308D

Color information

#82308D (or 0x82308D) is unknown color: approx Vivid Violet. HEX triplet: 82, 30 and 8D. RGB value is (130,48,141). Sum of RGB (Red+Green+Blue) = 130+48+141=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #82308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82308D is #7DCF72. Grayscale: #525252. Windows color (decimal): -8245107 or 9252994. OLE color: 9252994.

HSL color Cylindrical-coordinate representation of color #82308D: hue angle of 292.9º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82308D is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13048141-
CMYK0.080.6600.45
HSL292.9º49.21%37.06%-
HSV(B)292.9º65.96%55.29%-
XYZ15.078.7826.1-
YUV83.12160.67161.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=40.75%
G=15.05%
B=44.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130481410.080.6600.45292.949.2137.06
Hex82308D84202D1253125
Octal20260215101020554456145
Binary1000001011000010001101100010000100101101100100101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82308D; }

 p { color: rgb(130,48,141); }

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

<style>
 a { background-color: #82308D; }

 a { background-color: rgb(130,48,141); }

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

<style>
 span { border-color: #82308D; }

 span { border-color: rgb(130,48,141); }

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