#873885

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

Shades of Vivid Violet #873885

Tints of Vivid Violet #873885

Color information

#873885 (or 0x873885) is unknown color: approx Vivid Violet. HEX triplet: 87, 38 and 85. RGB value is (135,56,133). Sum of RGB (Red+Green+Blue) = 135+56+133=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #873885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873885 is #78C77A. Grayscale: #585858. Windows color (decimal): -7915387 or 8730759. OLE color: 8730759.

HSL color Cylindrical-coordinate representation of color #873885: hue angle of 301.52º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873885 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13556133-
CMYK00.590.010.47
HSL301.52º41.36%37.45%-
HSV(B)301.52º58.52%52.94%-
XYZ15.649.6723.23-
YUV88.4153.17161.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=41.67%
G=17.28%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355613300.590.010.47301.5241.3637.45
Hex87388503B12F12e2925
Octal207702050731574565145
Binary100001111110001000010101110111101111100101110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873885; }

 p { color: rgb(135,56,133); }

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

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

 a { background-color: rgb(135,56,133); }

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

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

 span { border-color: rgb(135,56,133); }

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