#853A7F

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

Shades of Vivid Violet #853A7F

Tints of Vivid Violet #853A7F

Color information

#853A7F (or 0x853A7F) is unknown color: approx Vivid Violet. HEX triplet: 85, 3A and 7F. RGB value is (133,58,127). Sum of RGB (Red+Green+Blue) = 133+58+127=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #853A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A7F is #7AC580. Grayscale: #585858. Windows color (decimal): -8045953 or 8338053. OLE color: 8338053.

HSL color Cylindrical-coordinate representation of color #853A7F: hue angle of 304.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A7F is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13358127-
CMYK00.560.050.48
HSL304.8º39.27%37.45%-
HSV(B)304.8º56.39%52.16%-
XYZ15.029.5421.13-
YUV88.29149.85159.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 127 (50% from 255) = 39.94%
R=41.82%
G=18.24%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335812700.560.050.48304.839.2737.45
Hex853A7F0385301312725
Octal205721770705604614745
Binary1000010111101011111110111000101110000100110001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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