#874895

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

Shades of Vivid Violet #874895

Tints of Vivid Violet #874895

Color information

#874895 (or 0x874895) is unknown color: approx Vivid Violet. HEX triplet: 87, 48 and 95. RGB value is (135,72,149). Sum of RGB (Red+Green+Blue) = 135+72+149=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #874895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874895 is #78B76A. Grayscale: #636363. Windows color (decimal): -7911275 or 9783431. OLE color: 9783431.

HSL color Cylindrical-coordinate representation of color #874895: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874895 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13572149-
CMYK0.090.5200.42
HSL289.09º34.84%43.33%-
HSV(B)289.09º51.68%58.43%-
XYZ17.7311.9629.81-
YUV99.62155.87153.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=37.92%
G=20.22%
B=41.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135721490.090.5200.42289.0934.8443.33
Hex87489593402A121232b
Octal20711022511640524414353
Binary1000011110010001001010110011101000101010100100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874895; }

 p { color: rgb(135,72,149); }

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

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

 a { background-color: rgb(135,72,149); }

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

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

 span { border-color: rgb(135,72,149); }

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