#853394

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

Shades of Vivid Violet #853394

Tints of Vivid Violet #853394

Color information

#853394 (or 0x853394) is unknown color: approx Vivid Violet. HEX triplet: 85, 33 and 94. RGB value is (133,51,148). Sum of RGB (Red+Green+Blue) = 133+51+148=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #853394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853394 is #7ACC6B. Grayscale: #565656. Windows color (decimal): -8047724 or 9712517. OLE color: 9712517.

HSL color Cylindrical-coordinate representation of color #853394: hue angle of 290.72º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853394 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13351148-
CMYK0.100.6600.42
HSL290.72º48.74%39.02%-
HSV(B)290.72º65.54%58.04%-
XYZ16.29.4929-
YUV86.58162.67161.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=40.06%
G=15.36%
B=44.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133511480.100.6600.42290.7248.7439.02
Hex853394A4202A1233127
Octal20563224121020524436147
Binary1000010111001110010100101010000100101010100100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853394; }

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

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

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

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

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

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

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

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