#813485

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

Shades of Vivid Violet #813485

Tints of Vivid Violet #813485

Color information

#813485 (or 0x813485) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 85. RGB value is (129,52,133). Sum of RGB (Red+Green+Blue) = 129+52+133=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #813485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813485 is #7ECB7A. Grayscale: #545454. Windows color (decimal): -8309627 or 8729729. OLE color: 8729729.

HSL color Cylindrical-coordinate representation of color #813485: hue angle of 297.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813485 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12952133-
CMYK0.030.6100.48
HSL297.04º43.78%36.27%-
HSV(B)297.04º60.9%52.16%-
XYZ14.518.8223.13-
YUV84.26155.51159.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=41.08%
G=16.56%
B=42.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129521330.030.6100.48297.0443.7836.27
Hex81348533D0301292c24
Octal201642053750604515444
Binary1000000111010010000101111111010110000100101001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813485; }

 p { color: rgb(129,52,133); }

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

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

 a { background-color: rgb(129,52,133); }

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

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

 span { border-color: rgb(129,52,133); }

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