Html Css Color HEX #821D8E Vivid Violet

📋 copy color: '#821D8E'

red 130 ◦ green 29 ◦ blue 142

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

Shades of Vivid Violet #821D8E

Tints of Vivid Violet #821D8E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 43.19%
G = 9.63%
B = 47.18%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#821D8E (or 0x821D8E) is known color: Vivid Violet. HEX triplet: 82, 1D and 8E. RGB value is (130,29,142). Sum of RGB (Red+Green+Blue) = 130+29+142=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #821D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821D8E is #7DE271. Grayscale: #474747. Windows color (decimal): -8249970 or 9313666. OLE color: 9313666.

HSL color Cylindrical-coordinate representation of color #821D8E: hue angle of 293.63º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821D8E is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 29 142 -
CMYK 0.08 0.80 0 0.44
HSL 293.63º 0.66% 0.34% -
HSV(B) 293.63º 0.8% 0.56% -
XYZ 14.53 7.58 26.29 -
YUV 72.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 130 29 142 0.08 0.80 0 0.44 293.63 0.66 0.34
Hex 82 1D 8E 8 50 0 2C 126 42 22
Octal 202 35 216 10 120 0 54 446 102 42
Binary 10000010 11101 10001110 1000 1010000 0 101100 100100110 1000010 100010

Color Harmonies of #821D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D8E

Black with #821D8E

Text Example


Text Example

White with #821D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821D8E; }

 p { color: rgb(130,29,142); }

 H1.HeaderClassName
 {
   color: #821D8E;
 }
 .AnyTagClassName
 {
   color: #821D8E;
 }
</style>

background-color css

<style>
 a { background-color: #821D8E; }

 a { background-color: rgb(130,29,142); }

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

border-color css

<style>
 span { border-color: #821D8E; }

 span { border-color: rgb(130,29,142); }

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