#821D96

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

Shades of Vivid Violet #821D96

Tints of Vivid Violet #821D96

Color information

#821D96 (or 0x821D96) is unknown color: approx Vivid Violet. HEX triplet: 82, 1D and 96. RGB value is (130,29,150). Sum of RGB (Red+Green+Blue) = 130+29+150=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #821D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821D96 is #7DE269. Grayscale: #484848. Windows color (decimal): -8249962 or 9837954. OLE color: 9837954.

HSL color Cylindrical-coordinate representation of color #821D96: hue angle of 290.08º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821D96 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13029150-
CMYK0.130.8100.41
HSL290.08º67.6%35.1%-
HSV(B)290.08º80.67%58.82%-
XYZ15.157.8329.57-
YUV72.99171.46168.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=42.07%
G=9.39%
B=48.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130291500.130.8100.41290.0867.635.1
Hex821D96D510291224423
Octal202352261512105144210443
Binary1000001011101100101101101101000101010011001000101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,29,150); }

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

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

 a { background-color: rgb(130,29,150); }

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

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

 span { border-color: rgb(130,29,150); }

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