#85469D

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

Shades of Vivid Violet #85469D

Tints of Vivid Violet #85469D

Color information

#85469D (or 0x85469D) is unknown color: approx Vivid Violet. HEX triplet: 85, 46 and 9D. RGB value is (133,70,157). Sum of RGB (Red+Green+Blue) = 133+70+157=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #85469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85469D is #7AB962. Grayscale: #626262. Windows color (decimal): -8042851 or 10307205. OLE color: 10307205.

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

Color convert

RGB13370157-
CMYK0.150.5500.38
HSL283.45º38.33%44.51%-
HSV(B)283.45º55.41%61.57%-
XYZ17.9511.833.23-
YUV98.76160.87152.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=36.94%
G=19.44%
B=43.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133701570.150.5500.38283.4538.3344.51
Hex85469DF3702611b262d
Octal20510623517670464334655
Binary1000010110001101001110111111101110100110100011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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