#85389D

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

Shades of Vivid Violet #85389D

Tints of Vivid Violet #85389D

Color information

#85389D (or 0x85389D) is unknown color: approx Vivid Violet. HEX triplet: 85, 38 and 9D. RGB value is (133,56,157). Sum of RGB (Red+Green+Blue) = 133+56+157=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #85389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85389D is #7AC762. Grayscale: #5A5A5A. Windows color (decimal): -8046435 or 10303621. OLE color: 10303621.

HSL color Cylindrical-coordinate representation of color #85389D: hue angle of 285.74º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85389D is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13356157-
CMYK0.150.6400.38
HSL285.74º47.42%41.76%-
HSV(B)285.74º64.33%61.57%-
XYZ17.1710.2532.97-
YUV90.54165.51158.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=38.44%
G=16.18%
B=45.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133561570.150.6400.38285.7447.4241.76
Hex85389DF4002611e2f2a
Octal20570235171000464365752
Binary1000010111100010011101111110000000100110100011110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85389D; }

 p { color: rgb(133,56,157); }

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

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

 a { background-color: rgb(133,56,157); }

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

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

 span { border-color: rgb(133,56,157); }

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