#82449A

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

Shades of Vivid Violet #82449A

Tints of Vivid Violet #82449A

Color information

#82449A (or 0x82449A) is unknown color: approx Vivid Violet. HEX triplet: 82, 44 and 9A. RGB value is (130,68,154). Sum of RGB (Red+Green+Blue) = 130+68+154=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #82449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82449A is #7DBB65. Grayscale: #606060. Windows color (decimal): -8239974 or 10110082. OLE color: 10110082.

HSL color Cylindrical-coordinate representation of color #82449A: hue angle of 283.26º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82449A is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13068154-
CMYK0.160.5600.40
HSL283.26º38.74%43.53%-
HSV(B)283.26º55.84%60.39%-
XYZ17.1111.2131.83-
YUV96.34160.54152.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=36.93%
G=19.32%
B=43.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130681540.160.5600.40283.2638.7443.53
Hex82449A103802811b272c
Octal20210423220700504334754
Binary10000010100010010011010100001110000101000100011011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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