#853a8e

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

Shades of Vivid Violet #853A8E

Tints of Vivid Violet #853A8E

Color information

#853A8E (or 0x853A8E) is unknown color: approx Vivid Violet. HEX triplet: 85, 3A and 8E. RGB value is (133,58,142). Sum of RGB (Red+Green+Blue) = 133+58+142=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #853A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853A8E is #7AC571. Grayscale: #595959. Windows color (decimal): -8045938 or 9321093. OLE color: 9321093.

HSL color Cylindrical-coordinate representation of color #853A8E: hue angle of 293.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853A8E is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13358142-
CMYK0.060.5900.44
HSL293.57º42%39.22%-
HSV(B)293.57º59.15%55.69%-
XYZ16.079.9726.67-
YUV90157.35158.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=39.94%
G=17.42%
B=42.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133581420.060.5900.44293.574239.22
Hex853A8E63B02C1262a27
Octal205722166730544465247
Binary10000101111010100011101101110110101100100100110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853a8e; }

 p { color: rgb(133,58,142); }

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

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

 a { background-color: rgb(133,58,142); }

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

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

 span { border-color: rgb(133,58,142); }

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