Html Css Color HEX #82499A Vivid Violet

📋 copy color: '#82499A'

red 130 ◦ green 73 ◦ blue 154

#82499A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #82499A

Tints of Vivid Violet #82499A

RGB

 RED value IS 130 (51.17% from 255) = 36.41%

 GREEN value IS 73 (28.91% from 255) = 20.45%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 36.41%
G = 20.45%
B = 43.14%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82499A (or 0x82499A) is known color: Vivid Violet. HEX triplet: 82, 49 and 9A. RGB value is (130,73,154). Sum of RGB (Red+Green+Blue) = 130+73+154=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #82499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82499A is #7DB665. Grayscale: #636363. Windows color (decimal): -8238694 or 10111362. OLE color: 10111362.

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

Color convert

RGB 130 73 154 -
CMYK 0.16 0.53 0 0.40
HSL 282.22º 0.36% 0.45% -
HSV(B) 282.22º 0.53% 0.6% -
XYZ 17.42 11.84 31.94 -
YUV 99.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 130 73 154 0.16 0.53 0 0.40 282.22 0.36 0.45
Hex 82 49 9A 10 35 0 28 11A 24 2D
Octal 202 111 232 20 65 0 50 432 44 55
Binary 10000010 1001001 10011010 10000 110101 0 101000 100011010 100100 101101

Color Harmonies of #82499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82499A

Black with #82499A

Text Example


Text Example

White with #82499A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82499A;
 }
 .AnyTagClassName
 {
   color: #82499A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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