#853687

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

Shades of Vivid Violet #853687

Tints of Vivid Violet #853687

Color information

#853687 (or 0x853687) is unknown color: approx Vivid Violet. HEX triplet: 85, 36 and 87. RGB value is (133,54,135). Sum of RGB (Red+Green+Blue) = 133+54+135=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #853687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853687 is #7AC978. Grayscale: #565656. Windows color (decimal): -8046969 or 8861317. OLE color: 8861317.

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

Color convert

RGB13354135-
CMYK0.010.6000.47
HSL298.52º42.86%37.06%-
HSV(B)298.52º60%52.94%-
XYZ15.379.3723.92-
YUV86.85155.17160.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=41.30%
G=16.77%
B=41.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133541350.010.6000.47298.5242.8637.06
Hex85368713C02F12b2b25
Octal205662071740574535345
Binary100001011101101000011111111000101111100101011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853687; }

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

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

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

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

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

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

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

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