#874B8E

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

Shades of Vivid Violet #874B8E

Tints of Vivid Violet #874B8E

Color information

#874B8E (or 0x874B8E) is unknown color: approx Vivid Violet. HEX triplet: 87, 4B and 8E. RGB value is (135,75,142). Sum of RGB (Red+Green+Blue) = 135+75+142=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #874B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B8E is #78B471. Grayscale: #646464. Windows color (decimal): -7910514 or 9325447. OLE color: 9325447.

HSL color Cylindrical-coordinate representation of color #874B8E: hue angle of 293.73º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874B8E is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13575142-
CMYK0.050.4700.44
HSL293.73º30.88%42.55%-
HSV(B)293.73º47.18%55.69%-
XYZ17.3912.1427.02-
YUV100.58151.38152.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=38.35%
G=21.31%
B=40.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135751420.050.4700.44293.7330.8842.55
Hex874B8E52F02C1261f2b
Octal2071132165570544463753
Binary10000111100101110001110101101111010110010010011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,142); }

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

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

 a { background-color: rgb(135,75,142); }

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

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

 span { border-color: rgb(135,75,142); }

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