#874B90

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

Shades of Vivid Violet #874B90

Tints of Vivid Violet #874B90

Color information

#874B90 (or 0x874B90) is unknown color: approx Vivid Violet. HEX triplet: 87, 4B and 90. RGB value is (135,75,144). Sum of RGB (Red+Green+Blue) = 135+75+144=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #874B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B90 is #78B46F. Grayscale: #646464. Windows color (decimal): -7910512 or 9456519. OLE color: 9456519.

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

Color convert

RGB13575144-
CMYK0.060.4800.44
HSL292.17º31.51%42.94%-
HSV(B)292.17º47.92%56.47%-
XYZ17.5412.227.82-
YUV100.81152.38152.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=38.14%
G=21.19%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135751440.060.4800.44292.1731.5142.94
Hex874B9063002C124202b
Octal2071132206600544444053
Binary100001111001011100100001101100000101100100100100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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