#874C9B

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

Shades of Vivid Violet #874C9B

Tints of Vivid Violet #874C9B

Color information

#874C9B (or 0x874C9B) is unknown color: approx Vivid Violet. HEX triplet: 87, 4C and 9B. RGB value is (135,76,155). Sum of RGB (Red+Green+Blue) = 135+76+155=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #874C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874C9B is #78B364. Grayscale: #666666. Windows color (decimal): -7910245 or 10177671. OLE color: 10177671.

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

Color convert

RGB13576155-
CMYK0.130.5100.39
HSL284.81º34.2%45.29%-
HSV(B)284.81º50.97%60.78%-
XYZ18.4912.6932.48-
YUV102.65157.55151.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=36.89%
G=20.77%
B=42.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135761550.130.5100.39284.8134.245.29
Hex874C9BD3302711d222d
Octal20711423315630474354255
Binary1000011110011001001101111011100110100111100011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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