#874A9C

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

Shades of Vivid Violet #874A9C

Tints of Vivid Violet #874A9C

Color information

#874A9C (or 0x874A9C) is unknown color: approx Vivid Violet. HEX triplet: 87, 4A and 9C. RGB value is (135,74,156). Sum of RGB (Red+Green+Blue) = 135+74+156=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #874A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A9C is #78B563. Grayscale: #656565. Windows color (decimal): -7910756 or 10242695. OLE color: 10242695.

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

Color convert

RGB13574156-
CMYK0.130.5300.39
HSL284.63º35.65%45.1%-
HSV(B)284.63º52.56%61.18%-
XYZ18.4412.4532.88-
YUV101.59158.71151.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=36.99%
G=20.27%
B=42.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135741560.130.5300.39284.6335.6545.1
Hex874A9CD3502711d242d
Octal20711223415650474354455
Binary1000011110010101001110011011101010100111100011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,74,156); }

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

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

 a { background-color: rgb(135,74,156); }

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

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

 span { border-color: rgb(135,74,156); }

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