#872DAC

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

Shades of Vivid Violet #872DAC

Tints of Vivid Violet #872DAC

Color information

#872DAC (or 0x872DAC) is unknown color: approx Vivid Violet. HEX triplet: 87, 2D and AC. RGB value is (135,45,172). Sum of RGB (Red+Green+Blue) = 135+45+172=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #872DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872DAC is #78D253. Grayscale: #555555. Windows color (decimal): -7918164 or 11283847. OLE color: 11283847.

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

Color convert

RGB13545172-
CMYK0.220.7400.33
HSL282.52º58.53%42.55%-
HSV(B)282.52º73.84%67.45%-
XYZ18.3810.0139.99-
YUV86.39176.32162.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 45 (17.97% from 255) = 12.78%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=38.35%
G=12.78%
B=48.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135451720.220.7400.33282.5258.5342.55
Hex872DAC164A02111b3b2b
Octal20755254261120414337353
Binary10000111101101101011001011010010100100001100011011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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