Html Css Color HEX #821E8C Vivid Violet

📋 copy color: '#821E8C'

red 130 ◦ green 30 ◦ blue 140

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

Shades of Vivid Violet #821E8C

Tints of Vivid Violet #821E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 43.33%
G = 10%
B = 46.67%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#821E8C (or 0x821E8C) is known color: Vivid Violet. HEX triplet: 82, 1E and 8C. RGB value is (130,30,140). Sum of RGB (Red+Green+Blue) = 130+30+140=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #821E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E8C is #7DE173. Grayscale: #484848. Windows color (decimal): -8249716 or 9182850. OLE color: 9182850.

HSL color Cylindrical-coordinate representation of color #821E8C: hue angle of 294.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821E8C is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 30 140 -
CMYK 0.07 0.79 0 0.45
HSL 294.55º 0.65% 0.33% -
HSV(B) 294.55º 0.79% 0.55% -
XYZ 14.4 7.57 25.51 -
YUV 72.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 130 30 140 0.07 0.79 0 0.45 294.55 0.65 0.33
Hex 82 1E 8C 7 4F 0 2D 127 41 21
Octal 202 36 214 7 117 0 55 447 101 41
Binary 10000010 11110 10001100 111 1001111 0 101101 100100111 1000001 100001

Color Harmonies of #821E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E8C

Black with #821E8C

Text Example


Text Example

White with #821E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,30,140); }

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

background-color css

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

 a { background-color: rgb(130,30,140); }

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

border-color css

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

 span { border-color: rgb(130,30,140); }

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