#853D8A

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

Shades of Vivid Violet #853D8A

Tints of Vivid Violet #853D8A

Color information

#853D8A (or 0x853D8A) is unknown color: approx Vivid Violet. HEX triplet: 85, 3D and 8A. RGB value is (133,61,138). Sum of RGB (Red+Green+Blue) = 133+61+138=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #853D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D8A is #7AC275. Grayscale: #5B5B5B. Windows color (decimal): -8045174 or 9059717. OLE color: 9059717.

HSL color Cylindrical-coordinate representation of color #853D8A: hue angle of 296.1º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853D8A is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13361138-
CMYK0.040.5600.46
HSL296.1º38.69%39.02%-
HSV(B)296.1º55.8%54.12%-
XYZ15.9310.1625.17-
YUV91.31154.35157.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 61 (24.22% from 255) = 18.37%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=40.06%
G=18.37%
B=41.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133611380.040.5600.46296.138.6939.02
Hex853D8A43802E1282727
Octal205752124700564504747
Binary10000101111101100010101001110000101110100101000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,61,138); }

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

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

 a { background-color: rgb(133,61,138); }

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

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

 span { border-color: rgb(133,61,138); }

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