#82449D

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

Shades of Vivid Violet #82449D

Tints of Vivid Violet #82449D

Color information

#82449D (or 0x82449D) is unknown color: approx Vivid Violet. HEX triplet: 82, 44 and 9D. RGB value is (130,68,157). Sum of RGB (Red+Green+Blue) = 130+68+157=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #82449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82449D is #7DBB62. Grayscale: #606060. Windows color (decimal): -8239971 or 10306690. OLE color: 10306690.

HSL color Cylindrical-coordinate representation of color #82449D: hue angle of 281.8º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82449D is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13068157-
CMYK0.170.5700.38
HSL281.8º39.56%44.12%-
HSV(B)281.8º56.69%61.57%-
XYZ17.3611.3133.17-
YUV96.68162.04151.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=36.62%
G=19.15%
B=44.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130681570.170.5700.38281.839.5644.12
Hex82449D113902611a282c
Octal20210423521710464325054
Binary10000010100010010011101100011110010100110100011010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,68,157); }

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

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

 a { background-color: rgb(130,68,157); }

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

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

 span { border-color: rgb(130,68,157); }

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