#85479E

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

Shades of Vivid Violet #85479E

Tints of Vivid Violet #85479E

Color information

#85479E (or 0x85479E) is unknown color: approx Vivid Violet. HEX triplet: 85, 47 and 9E. RGB value is (133,71,158). Sum of RGB (Red+Green+Blue) = 133+71+158=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #85479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85479E is #7AB861. Grayscale: #636363. Windows color (decimal): -8042594 or 10372997. OLE color: 10372997.

HSL color Cylindrical-coordinate representation of color #85479E: hue angle of 282.76º 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 #85479E is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13371158-
CMYK0.160.5500.38
HSL282.76º37.99%44.9%-
HSV(B)282.76º55.06%61.96%-
XYZ18.111.9633.7-
YUV99.46161.04151.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=36.74%
G=19.61%
B=43.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133711580.160.5500.38282.7637.9944.9
Hex85479E103702611b262d
Octal20510723620670464334655
Binary10000101100011110011110100001101110100110100011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85479E; }

 p { color: rgb(133,71,158); }

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

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

 a { background-color: rgb(133,71,158); }

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

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

 span { border-color: rgb(133,71,158); }

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