#821B9D

Color #821B9D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #821B9D

Tints of Vivid Violet #821B9D

Color information

#821B9D (or 0x821B9D) is unknown color: approx Vivid Violet. HEX triplet: 82, 1B and 9D. RGB value is (130,27,157). Sum of RGB (Red+Green+Blue) = 130+27+157=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #821B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821B9D is #7DE462. Grayscale: #484848. Windows color (decimal): -8250467 or 10296194. OLE color: 10296194.

HSL color Cylindrical-coordinate representation of color #821B9D: hue angle of 287.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821B9D is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13027157-
CMYK0.170.8300.38
HSL287.54º70.65%36.08%-
HSV(B)287.54º82.8%61.57%-
XYZ15.687.9632.61-
YUV72.62175.62168.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 157 (61.72% from 255) = 50%
R=41.40%
G=8.60%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130271570.170.8300.38287.5470.6536.08
Hex821B9D11530261204724
Octal202332352112304644010744
Binary10000010110111001110110001101001101001101001000001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #821B9D;
 }
 .AnyTagClassName
 {
   color: #821B9D;
 }
</style>
background-color css

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

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

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

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

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

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