Html Css Color HEX #82489A Vivid Violet

📋 copy color: '#82489A'

red 130 ◦ green 72 ◦ blue 154

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

Shades of Vivid Violet #82489A

Tints of Vivid Violet #82489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

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

R = 36.52%
G = 20.22%
B = 43.26%

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

#82489A (or 0x82489A) is known color: Vivid Violet. HEX triplet: 82, 48 and 9A. RGB value is (130,72,154). Sum of RGB (Red+Green+Blue) = 130+72+154=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #82489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82489A is #7DB765. Grayscale: #626262. Windows color (decimal): -8238950 or 10111106. OLE color: 10111106.

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

Color convert

RGB 130 72 154 -
CMYK 0.16 0.53 0 0.40
HSL 282.44º 0.36% 0.44% -
HSV(B) 282.44º 0.53% 0.6% -
XYZ 17.36 11.71 31.92 -
YUV 98.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 130 72 154 0.16 0.53 0 0.40 282.44 0.36 0.44
Hex 82 48 9A 10 35 0 28 11A 24 2C
Octal 202 110 232 20 65 0 50 432 44 54
Binary 10000010 1001000 10011010 10000 110101 0 101000 100011010 100100 101100

Color Harmonies of #82489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82489A

Black with #82489A

Text Example


Text Example

White with #82489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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