#872DAD

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

Shades of Vivid Violet #872DAD

Tints of Vivid Violet #872DAD

Color information

#872DAD (or 0x872DAD) is unknown color: approx Vivid Violet. HEX triplet: 87, 2D and AD. RGB value is (135,45,173). Sum of RGB (Red+Green+Blue) = 135+45+173=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #872DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872DAD is #78D252. Grayscale: #565656. Windows color (decimal): -7918163 or 11349383. OLE color: 11349383.

HSL color Cylindrical-coordinate representation of color #872DAD: hue angle of 282.19º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872DAD is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13545173-
CMYK0.220.7400.32
HSL282.19º58.72%42.75%-
HSV(B)282.19º73.99%67.84%-
XYZ18.4710.0440.5-
YUV86.5176.82162.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=38.24%
G=12.75%
B=49.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135451730.220.7400.32282.1958.7242.75
Hex872DAD164A02011a3b2b
Octal20755255261120404327353
Binary10000111101101101011011011010010100100000100011010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872DAD; }

 p { color: rgb(135,45,173); }

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

<style>
 a { background-color: #872DAD; }

 a { background-color: rgb(135,45,173); }

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

<style>
 span { border-color: #872DAD; }

 span { border-color: rgb(135,45,173); }

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