#82439B

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

Shades of Vivid Violet #82439B

Tints of Vivid Violet #82439B

Color information

#82439B (or 0x82439B) is unknown color: approx Vivid Violet. HEX triplet: 82, 43 and 9B. RGB value is (130,67,155). Sum of RGB (Red+Green+Blue) = 130+67+155=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #82439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82439B is #7DBC64. Grayscale: #5F5F5F. Windows color (decimal): -8240229 or 10175362. OLE color: 10175362.

HSL color Cylindrical-coordinate representation of color #82439B: hue angle of 282.95º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82439B is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13067155-
CMYK0.160.5700.39
HSL282.95º39.64%43.53%-
HSV(B)282.95º56.77%60.78%-
XYZ17.1311.1332.26-
YUV95.87161.37152.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=36.93%
G=19.03%
B=44.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130671550.160.5700.39282.9539.6443.53
Hex82439B103902711b282c
Octal20210323320710474335054
Binary10000010100001110011011100001110010100111100011011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,67,155); }

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

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

 a { background-color: rgb(130,67,155); }

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

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

 span { border-color: rgb(130,67,155); }

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