#873CAB

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

Shades of Vivid Violet #873CAB

Tints of Vivid Violet #873CAB

Color information

#873CAB (or 0x873CAB) is unknown color: approx Vivid Violet. HEX triplet: 87, 3C and AB. RGB value is (135,60,171). Sum of RGB (Red+Green+Blue) = 135+60+171=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #873CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873CAB is #78C354. Grayscale: #5E5E5E. Windows color (decimal): -7914325 or 11222151. OLE color: 11222151.

HSL color Cylindrical-coordinate representation of color #873CAB: hue angle of 280.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873CAB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13560171-
CMYK0.210.6500.33
HSL280.54º48.05%45.29%-
HSV(B)280.54º64.91%67.06%-
XYZ18.9611.3239.71-
YUV95.08170.85156.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=36.89%
G=16.39%
B=46.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135601710.210.6500.33280.5448.0545.29
Hex873CAB1541021119302d
Octal20774253251010414316055
Binary10000111111100101010111010110000010100001100011001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873CAB; }

 p { color: rgb(135,60,171); }

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

<style>
 a { background-color: #873CAB; }

 a { background-color: rgb(135,60,171); }

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

<style>
 span { border-color: #873CAB; }

 span { border-color: rgb(135,60,171); }

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