#85468D

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

Shades of Vivid Violet #85468D

Tints of Vivid Violet #85468D

Color information

#85468D (or 0x85468D) is unknown color: approx Vivid Violet. HEX triplet: 85, 46 and 8D. RGB value is (133,70,141). Sum of RGB (Red+Green+Blue) = 133+70+141=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #85468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85468D is #7AB972. Grayscale: #606060. Windows color (decimal): -8042867 or 9258629. OLE color: 9258629.

HSL color Cylindrical-coordinate representation of color #85468D: hue angle of 293.24º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85468D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13370141-
CMYK0.060.5000.45
HSL293.24º33.65%41.37%-
HSV(B)293.24º50.35%55.29%-
XYZ16.6711.2926.5-
YUV96.93152.87153.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=38.66%
G=20.35%
B=40.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133701410.060.5000.45293.2433.6541.37
Hex85468D63202D1252229
Octal2051062156620554454251
Binary100001011000110100011011101100100101101100100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,70,141); }

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

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

 a { background-color: rgb(133,70,141); }

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

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

 span { border-color: rgb(133,70,141); }

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