#872BAA

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

Shades of Vivid Violet #872BAA

Tints of Vivid Violet #872BAA

Color information

#872BAA (or 0x872BAA) is unknown color: approx Vivid Violet. HEX triplet: 87, 2B and AA. RGB value is (135,43,170). Sum of RGB (Red+Green+Blue) = 135+43+170=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #872BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872BAA is #78D455. Grayscale: #545454. Windows color (decimal): -7918678 or 11152263. OLE color: 11152263.

HSL color Cylindrical-coordinate representation of color #872BAA: hue angle of 283.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872BAA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13543170-
CMYK0.210.7500.33
HSL283.46º59.62%41.76%-
HSV(B)283.46º74.71%66.67%-
XYZ18.119.7838.96-
YUV84.99175.98163.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 43 (17.19% from 255) = 12.36%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=38.79%
G=12.36%
B=48.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135431700.210.7500.33283.4659.6241.76
Hex872BAA154B02111b3c2a
Octal20753252251130414337452
Binary10000111101011101010101010110010110100001100011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,43,170); }

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

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

 a { background-color: rgb(135,43,170); }

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

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

 span { border-color: rgb(135,43,170); }

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