Html Css Color HEX #821BAF Vivid Violet

📋 copy color: '#821BAF'

red 130 ◦ green 27 ◦ blue 175

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

Shades of Vivid Violet #821BAF

Tints of Vivid Violet #821BAF

RGB

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

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

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

R = 39.16%
G = 8.13%
B = 52.71%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#821BAF (or 0x821BAF) is known color: Vivid Violet. HEX triplet: 82, 1B and AF. RGB value is (130,27,175). Sum of RGB (Red+Green+Blue) = 130+27+175=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #821BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821BAF is #7DE450. Grayscale: #4A4A4A. Windows color (decimal): -8250449 or 11475842. OLE color: 11475842.

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

Color convert

RGB 130 27 175 -
CMYK 0.26 0.85 0 0.31
HSL 281.76º 0.73% 0.4% -
HSV(B) 281.76º 0.85% 0.69% -
XYZ 17.34 8.62 41.31 -
YUV 74.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 130 27 175 0.26 0.85 0 0.31 281.76 0.73 0.4
Hex 82 1B AF 1A 55 0 1F 11A 49 28
Octal 202 33 257 32 125 0 37 432 111 50
Binary 10000010 11011 10101111 11010 1010101 0 11111 100011010 1001001 101000

Color Harmonies of #821BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BAF

Black with #821BAF

Text Example


Text Example

White with #821BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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