#853385

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

Shades of Vivid Violet #853385

Tints of Vivid Violet #853385

Color information

#853385 (or 0x853385) is unknown color: approx Vivid Violet. HEX triplet: 85, 33 and 85. RGB value is (133,51,133). Sum of RGB (Red+Green+Blue) = 133+51+133=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #853385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853385 is #7ACC7A. Grayscale: #545454. Windows color (decimal): -8047739 or 8729477. OLE color: 8729477.

HSL color Cylindrical-coordinate representation of color #853385: hue angle of 300º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853385 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13351133-
CMYK00.6200.48
HSL300º44.57%36.08%-
HSV(B)300º61.65%52.16%-
XYZ15.099.0523.14-
YUV84.87155.17162.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=41.96%
G=16.09%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335113300.6200.4830044.5736.08
Hex85338503E03012c2d24
Octal205632050760604545544
Binary100001011100111000010101111100110000100101100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853385; }

 p { color: rgb(133,51,133); }

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

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

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

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

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

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

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