#821ca1

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

Shades of Vivid Violet #821CA1

Tints of Vivid Violet #821CA1

Color information

#821CA1 (or 0x821CA1) is unknown color: approx Vivid Violet. HEX triplet: 82, 1C and A1. RGB value is (130,28,161). Sum of RGB (Red+Green+Blue) = 130+28+161=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #821CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821CA1 is #7DE35E. Grayscale: #494949. Windows color (decimal): -8250207 or 10558594. OLE color: 10558594.

HSL color Cylindrical-coordinate representation of color #821CA1: hue angle of 286.02º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821CA1 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13028161-
CMYK0.190.8300.37
HSL286.02º70.37%37.06%-
HSV(B)286.02º82.61%63.14%-
XYZ16.058.1534.45-
YUV73.66177.29168.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 161 (63.28% from 255) = 50.47%
R=40.75%
G=8.78%
B=50.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130281610.190.8300.37286.0270.3737.06
Hex821CA1135302511e4625
Octal202342412312304543610645
Binary10000010111001010000110011101001101001011000111101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821ca1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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