Html Css Color HEX #821BA5 Vivid Violet

📋 copy color: '#821BA5'

red 130 ◦ green 27 ◦ blue 165

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

Shades of Vivid Violet #821BA5

Tints of Vivid Violet #821BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.24%

R = 40.37%
G = 8.39%
B = 51.24%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#821BA5 (or 0x821BA5) is known color: Vivid Violet. HEX triplet: 82, 1B and A5. RGB value is (130,27,165). Sum of RGB (Red+Green+Blue) = 130+27+165=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 165 (64.84% from 255 or 51.24% from 322); Max value from RGB is 165 - color contains mainly: blue. Hex color #821BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821BA5 is #7DE45A. Grayscale: #494949. Windows color (decimal): -8250459 or 10820482. OLE color: 10820482.

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

Color convert

RGB 130 27 165 -
CMYK 0.21 0.84 0 0.35
HSL 284.78º 0.72% 0.38% -
HSV(B) 284.78º 0.84% 0.65% -
XYZ 16.39 8.25 36.33 -
YUV 73.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 130 27 165 0.21 0.84 0 0.35 284.78 0.72 0.38
Hex 82 1B A5 15 54 0 23 11D 48 26
Octal 202 33 245 25 124 0 43 435 110 46
Binary 10000010 11011 10100101 10101 1010100 0 100011 100011101 1001000 100110

Color Harmonies of #821BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BA5

Black with #821BA5

Text Example


Text Example

White with #821BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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