Html Css Color HEX #821CAF Vivid Violet

📋 copy color: '#821CAF'

red 130 ◦ green 28 ◦ blue 175

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

Shades of Vivid Violet #821CAF

Tints of Vivid Violet #821CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 39.04%
G = 8.41%
B = 52.55%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#821CAF (or 0x821CAF) is known color: Vivid Violet. HEX triplet: 82, 1C and AF. RGB value is (130,28,175). Sum of RGB (Red+Green+Blue) = 130+28+175=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #821CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821CAF is #7DE350. Grayscale: #4A4A4A. Windows color (decimal): -8250193 or 11476098. OLE color: 11476098.

HSL color Cylindrical-coordinate representation of color #821CAF: hue angle of 281.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821CAF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 28 175 -
CMYK 0.26 0.84 0 0.31
HSL 281.63º 0.72% 0.4% -
HSV(B) 281.63º 0.84% 0.69% -
XYZ 17.36 8.67 41.32 -
YUV 75.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 130 28 175 0.26 0.84 0 0.31 281.63 0.72 0.4
Hex 82 1C AF 1A 54 0 1F 11A 48 28
Octal 202 34 257 32 124 0 37 432 110 50
Binary 10000010 11100 10101111 11010 1010100 0 11111 100011010 1001000 101000

Color Harmonies of #821CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CAF

Black with #821CAF

Text Example


Text Example

White with #821CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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