Html Css Color HEX #82479B Vivid Violet

📋 copy color: '#82479B'

red 130 ◦ green 71 ◦ blue 155

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

Shades of Vivid Violet #82479B

Tints of Vivid Violet #82479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 36.52%
G = 19.94%
B = 43.54%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82479B (or 0x82479B) is known color: Vivid Violet. HEX triplet: 82, 47 and 9B. RGB value is (130,71,155). Sum of RGB (Red+Green+Blue) = 130+71+155=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #82479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82479B is #7DB864. Grayscale: #616161. Windows color (decimal): -8239205 or 10176386. OLE color: 10176386.

HSL color Cylindrical-coordinate representation of color #82479B: hue angle of 282.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82479B is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 71 155 -
CMYK 0.16 0.54 0 0.39
HSL 282.14º 0.37% 0.44% -
HSV(B) 282.14º 0.54% 0.61% -
XYZ 17.38 11.62 32.34 -
YUV 98.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 130 71 155 0.16 0.54 0 0.39 282.14 0.37 0.44
Hex 82 47 9B 10 36 0 27 11A 25 2C
Octal 202 107 233 20 66 0 47 432 45 54
Binary 10000010 1000111 10011011 10000 110110 0 100111 100011010 100101 101100

Color Harmonies of #82479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82479B

Black with #82479B

Text Example


Text Example

White with #82479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,71,155); }

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

background-color css

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

 a { background-color: rgb(130,71,155); }

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

border-color css

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

 span { border-color: rgb(130,71,155); }

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