Html Css Color HEX #821C8D Vivid Violet

📋 copy color: '#821C8D'

red 130 ◦ green 28 ◦ blue 141

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

Shades of Vivid Violet #821C8D

Tints of Vivid Violet #821C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 43.48%
G = 9.36%
B = 47.16%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#821C8D (or 0x821C8D) is known color: Vivid Violet. HEX triplet: 82, 1C and 8D. RGB value is (130,28,141). Sum of RGB (Red+Green+Blue) = 130+28+141=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #821C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C8D is #7DE372. Grayscale: #474747. Windows color (decimal): -8250227 or 9247874. OLE color: 9247874.

HSL color Cylindrical-coordinate representation of color #821C8D: hue angle of 294.16º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821C8D is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 28 141 -
CMYK 0.08 0.80 0 0.45
HSL 294.16º 0.67% 0.33% -
HSV(B) 294.16º 0.8% 0.55% -
XYZ 14.43 7.5 25.89 -
YUV 71.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 130 28 141 0.08 0.80 0 0.45 294.16 0.67 0.33
Hex 82 1C 8D 8 50 0 2D 126 43 21
Octal 202 34 215 10 120 0 55 446 103 41
Binary 10000010 11100 10001101 1000 1010000 0 101101 100100110 1000011 100001

Color Harmonies of #821C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C8D

Black with #821C8D

Text Example


Text Example

White with #821C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,141); }

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

background-color css

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

 a { background-color: rgb(130,28,141); }

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

border-color css

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

 span { border-color: rgb(130,28,141); }

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