#803485

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

Shades of Vivid Violet #803485

Tints of Vivid Violet #803485

Color information

#803485 (or 0x803485) is unknown color: approx Vivid Violet. HEX triplet: 80, 34 and 85. RGB value is (128,52,133). Sum of RGB (Red+Green+Blue) = 128+52+133=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #803485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803485 is #7FCB7A. Grayscale: #535353. Windows color (decimal): -8375163 or 8729728. OLE color: 8729728.

HSL color Cylindrical-coordinate representation of color #803485: hue angle of 296.3º 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 #803485 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12852133-
CMYK0.040.6100.48
HSL296.3º43.78%36.27%-
HSV(B)296.3º60.9%52.16%-
XYZ14.368.7423.12-
YUV83.96155.68159.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=40.89%
G=16.61%
B=42.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128521330.040.6100.48296.343.7836.27
Hex80348543D0301282c24
Octal200642054750604505444
Binary10000000110100100001011001111010110000100101000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803485; }

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

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

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

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

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

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

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

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