#872B9A

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

Shades of Vivid Violet #872B9A

Tints of Vivid Violet #872B9A

Color information

#872B9A (or 0x872B9A) is unknown color: approx Vivid Violet. HEX triplet: 87, 2B and 9A. RGB value is (135,43,154). Sum of RGB (Red+Green+Blue) = 135+43+154=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #872B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872B9A is #78D465. Grayscale: #525252. Windows color (decimal): -7918694 or 10103687. OLE color: 10103687.

HSL color Cylindrical-coordinate representation of color #872B9A: hue angle of 289.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872B9A is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13543154-
CMYK0.120.7200.40
HSL289.73º56.35%38.63%-
HSV(B)289.73º72.08%60.39%-
XYZ16.699.2131.47-
YUV83.16167.98164.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=40.66%
G=12.95%
B=46.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135431540.120.7200.40289.7356.3538.63
Hex872B9AC480281223827
Octal20753232141100504427047
Binary1000011110101110011010110010010000101000100100010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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