Html Css Color HEX #821BA4 Vivid Violet

📋 copy color: '#821BA4'

red 130 ◦ green 27 ◦ blue 164

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

Shades of Vivid Violet #821BA4

Tints of Vivid Violet #821BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.41%

 BLUE value IS 164 (64.45% from 255) = 51.09%

R = 40.5%
G = 8.41%
B = 51.09%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#821BA4 (or 0x821BA4) is known color: Vivid Violet. HEX triplet: 82, 1B and A4. RGB value is (130,27,164). Sum of RGB (Red+Green+Blue) = 130+27+164=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #821BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821BA4 is #7DE45B. Grayscale: #484848. Windows color (decimal): -8250460 or 10754946. OLE color: 10754946.

HSL color Cylindrical-coordinate representation of color #821BA4: hue angle of 285.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821BA4 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 27 164 -
CMYK 0.21 0.84 0 0.36
HSL 285.11º 0.72% 0.37% -
HSV(B) 285.11º 0.84% 0.64% -
XYZ 16.3 8.21 35.85 -
YUV 73.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 130 27 164 0.21 0.84 0 0.36 285.11 0.72 0.37
Hex 82 1B A4 15 54 0 24 11D 48 25
Octal 202 33 244 25 124 0 44 435 110 45
Binary 10000010 11011 10100100 10101 1010100 0 100100 100011101 1001000 100101

Color Harmonies of #821BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BA4

Black with #821BA4

Text Example


Text Example

White with #821BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,164); }

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

background-color css

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

 a { background-color: rgb(130,27,164); }

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

border-color css

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

 span { border-color: rgb(130,27,164); }

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