#874083

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

Shades of Vivid Violet #874083

Tints of Vivid Violet #874083

Color information

#874083 (or 0x874083) is unknown color: approx Vivid Violet. HEX triplet: 87, 40 and 83. RGB value is (135,64,131). Sum of RGB (Red+Green+Blue) = 135+64+131=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874083 is #78BF7C. Grayscale: #5C5C5C. Windows color (decimal): -7913341 or 8601735. OLE color: 8601735.

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

Color convert

RGB13564131-
CMYK00.530.030.47
HSL303.38º35.68%39.02%-
HSV(B)303.38º52.59%52.94%-
XYZ15.9210.4622.65-
YUV92.87149.52158.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=40.91%
G=19.39%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356413100.530.030.47303.3835.6839.02
Hex87408303532F12f2427
Octal2071002030653574574447
Binary10000111100000010000011011010111101111100101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874083; }

 p { color: rgb(135,64,131); }

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

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

 a { background-color: rgb(135,64,131); }

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

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

 span { border-color: rgb(135,64,131); }

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