#853683

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

Shades of Vivid Violet #853683

Tints of Vivid Violet #853683

Color information

#853683 (or 0x853683) is unknown color: approx Vivid Violet. HEX triplet: 85, 36 and 83. RGB value is (133,54,131). Sum of RGB (Red+Green+Blue) = 133+54+131=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #853683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853683 is #7AC97C. Grayscale: #565656. Windows color (decimal): -8046973 or 8599173. OLE color: 8599173.

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

Color convert

RGB13354131-
CMYK00.590.020.48
HSL301.52º42.25%36.67%-
HSV(B)301.52º59.4%52.16%-
XYZ15.099.2622.47-
YUV86.4153.17161.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=41.82%
G=16.98%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335413100.590.020.48301.5242.2536.67
Hex85368303B23012e2a25
Octal205662030732604565245
Binary1000010111011010000011011101110110000100101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853683; }

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

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

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

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

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

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

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

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