#853681

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

Shades of Vivid Violet #853681

Tints of Vivid Violet #853681

Color information

#853681 (or 0x853681) is unknown color: approx Vivid Violet. HEX triplet: 85, 36 and 81. RGB value is (133,54,129). Sum of RGB (Red+Green+Blue) = 133+54+129=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #853681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853681 is #7AC97E. Grayscale: #555555. Windows color (decimal): -8046975 or 8468101. OLE color: 8468101.

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

Color convert

RGB13354129-
CMYK00.590.030.48
HSL303.04º42.25%36.67%-
HSV(B)303.04º59.4%52.16%-
XYZ14.959.2121.76-
YUV86.17152.17161.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=42.09%
G=17.09%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335412900.590.030.48303.0442.2536.67
Hex85368103B33012f2a25
Octal205662010733604575245
Binary1000010111011010000001011101111110000100101111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853681; }

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

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

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

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

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

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

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

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