#853A89

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

Shades of Vivid Violet #853A89

Tints of Vivid Violet #853A89

Color information

#853A89 (or 0x853A89) is unknown color: approx Vivid Violet. HEX triplet: 85, 3A and 89. RGB value is (133,58,137). Sum of RGB (Red+Green+Blue) = 133+58+137=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #853A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853A89 is #7AC576. Grayscale: #595959. Windows color (decimal): -8045943 or 8993413. OLE color: 8993413.

HSL color Cylindrical-coordinate representation of color #853A89: hue angle of 296.96º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853A89 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13358137-
CMYK0.030.5800.46
HSL296.96º40.51%38.24%-
HSV(B)296.96º57.66%53.73%-
XYZ15.79.8224.73-
YUV89.43154.85159.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=40.55%
G=17.68%
B=41.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133581370.030.5800.46296.9640.5138.24
Hex853A8933A02E1292926
Octal205722113720564515146
Binary1000010111101010001001111110100101110100101001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A89; }

 p { color: rgb(133,58,137); }

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

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

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

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

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

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

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