Html Css Color HEX #82479D Vivid Violet

📋 copy color: '#82479D'

red 130 ◦ green 71 ◦ blue 157

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

Shades of Vivid Violet #82479D

Tints of Vivid Violet #82479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 36.31%
G = 19.83%
B = 43.85%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82479D (or 0x82479D) is known color: Vivid Violet. HEX triplet: 82, 47 and 9D. RGB value is (130,71,157). Sum of RGB (Red+Green+Blue) = 130+71+157=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #82479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82479D is #7DB862. Grayscale: #626262. Windows color (decimal): -8239203 or 10307458. OLE color: 10307458.

HSL color Cylindrical-coordinate representation of color #82479D: hue angle of 281.16º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82479D is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 71 157 -
CMYK 0.17 0.55 0 0.38
HSL 281.16º 0.38% 0.45% -
HSV(B) 281.16º 0.55% 0.62% -
XYZ 17.54 11.69 33.23 -
YUV 98.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 130 71 157 0.17 0.55 0 0.38 281.16 0.38 0.45
Hex 82 47 9D 11 37 0 26 119 26 2D
Octal 202 107 235 21 67 0 46 431 46 55
Binary 10000010 1000111 10011101 10001 110111 0 100110 100011001 100110 101101

Color Harmonies of #82479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82479D

Black with #82479D

Text Example


Text Example

White with #82479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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