Html Css Color HEX #82319D Vivid Violet

📋 copy color: '#82319D'

red 130 ◦ green 49 ◦ blue 157

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

Shades of Vivid Violet #82319D

Tints of Vivid Violet #82319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

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

R = 38.69%
G = 14.58%
B = 46.73%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82319D (or 0x82319D) is known color: Vivid Violet. HEX triplet: 82, 31 and 9D. RGB value is (130,49,157). Sum of RGB (Red+Green+Blue) = 130+49+157=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #82319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82319D is #7DCE62. Grayscale: #555555. Windows color (decimal): -8244835 or 10301826. OLE color: 10301826.

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

Color convert

RGB 130 49 157 -
CMYK 0.17 0.69 0 0.38
HSL 285º 0.52% 0.4% -
HSV(B) 285º 0.69% 0.62% -
XYZ 16.39 9.38 32.84 -
YUV 85.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 130 49 157 0.17 0.69 0 0.38 285 0.52 0.4
Hex 82 31 9D 11 45 0 26 11D 34 28
Octal 202 61 235 21 105 0 46 435 64 50
Binary 10000010 110001 10011101 10001 1000101 0 100110 100011101 110100 101000

Color Harmonies of #82319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82319D

Black with #82319D

Text Example


Text Example

White with #82319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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