#874D9B

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

Shades of Vivid Violet #874D9B

Tints of Vivid Violet #874D9B

Color information

#874D9B (or 0x874D9B) is unknown color: approx Vivid Violet. HEX triplet: 87, 4D and 9B. RGB value is (135,77,155). Sum of RGB (Red+Green+Blue) = 135+77+155=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #874D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D9B is #78B264. Grayscale: #666666. Windows color (decimal): -7909989 or 10177927. OLE color: 10177927.

HSL color Cylindrical-coordinate representation of color #874D9B: hue angle of 284.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874D9B is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13577155-
CMYK0.130.5000.39
HSL284.62º33.62%45.49%-
HSV(B)284.62º50.32%60.78%-
XYZ18.5612.8332.51-
YUV103.23157.22150.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=36.78%
G=20.98%
B=42.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135771550.130.5000.39284.6233.6245.49
Hex874D9BD3202711d222d
Octal20711523315620474354255
Binary1000011110011011001101111011100100100111100011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874D9B; }

 p { color: rgb(135,77,155); }

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

<style>
 a { background-color: #874D9B; }

 a { background-color: rgb(135,77,155); }

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

<style>
 span { border-color: #874D9B; }

 span { border-color: rgb(135,77,155); }

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