#824585

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

Shades of Vivid Violet #824585

Tints of Vivid Violet #824585

Color information

#824585 (or 0x824585) is unknown color: approx Vivid Violet. HEX triplet: 82, 45 and 85. RGB value is (130,69,133). Sum of RGB (Red+Green+Blue) = 130+69+133=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #824585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824585 is #7DBA7A. Grayscale: #5E5E5E. Windows color (decimal): -8239739 or 8734082. OLE color: 8734082.

HSL color Cylindrical-coordinate representation of color #824585: hue angle of 297.19º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824585 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13069133-
CMYK0.020.4800.48
HSL297.19º31.68%39.61%-
HSV(B)297.19º48.12%52.16%-
XYZ15.5710.723.43-
YUV94.54149.71153.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=39.16%
G=20.78%
B=40.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130691330.020.4800.48297.1931.6839.61
Hex8245852300301292028
Octal2021052052600604514050
Binary10000010100010110000101101100000110000100101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824585; }

 p { color: rgb(130,69,133); }

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

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

 a { background-color: rgb(130,69,133); }

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

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

 span { border-color: rgb(130,69,133); }

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