Html Css Color HEX #82498B Vivid Violet

📋 copy color: '#82498B'

red 130 ◦ green 73 ◦ blue 139

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

Shades of Vivid Violet #82498B

Tints of Vivid Violet #82498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 38.01%
G = 21.35%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82498B (or 0x82498B) is known color: Vivid Violet. HEX triplet: 82, 49 and 8B. RGB value is (130,73,139). Sum of RGB (Red+Green+Blue) = 130+73+139=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #82498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82498B is #7DB674. Grayscale: #616161. Windows color (decimal): -8238709 or 9128322. OLE color: 9128322.

HSL color Cylindrical-coordinate representation of color #82498B: hue angle of 291.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82498B is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 73 139 -
CMYK 0.06 0.47 0 0.45
HSL 291.82º 0.31% 0.42% -
HSV(B) 291.82º 0.47% 0.55% -
XYZ 16.25 11.38 25.77 -
YUV 97.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 130 73 139 0.06 0.47 0 0.45 291.82 0.31 0.42
Hex 82 49 8B 6 2F 0 2D 124 1F 2A
Octal 202 111 213 6 57 0 55 444 37 52
Binary 10000010 1001001 10001011 110 101111 0 101101 100100100 11111 101010

Color Harmonies of #82498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82498B

Black with #82498B

Text Example


Text Example

White with #82498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82498B;
 }
 .AnyTagClassName
 {
   color: #82498B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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