#853682

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

Shades of Vivid Violet #853682

Tints of Vivid Violet #853682

Color information

#853682 (or 0x853682) is unknown color: approx Vivid Violet. HEX triplet: 85, 36 and 82. RGB value is (133,54,130). Sum of RGB (Red+Green+Blue) = 133+54+130=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #853682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853682 is #7AC97D. Grayscale: #565656. Windows color (decimal): -8046974 or 8533637. OLE color: 8533637.

HSL color Cylindrical-coordinate representation of color #853682: hue angle of 302.28º 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 #853682 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13354130-
CMYK00.590.020.48
HSL302.28º42.25%36.67%-
HSV(B)302.28º59.4%52.16%-
XYZ15.029.2422.11-
YUV86.28152.67161.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=41.96%
G=17.03%
B=41.01%

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
Decimal1335413000.590.020.48302.2842.2536.67
Hex85368203B23012e2a25
Octal205662020732604565245
Binary1000010111011010000010011101110110000100101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853682; }

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

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

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

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

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

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

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

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