#824485

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

Shades of Vivid Violet #824485

Tints of Vivid Violet #824485

Color information

#824485 (or 0x824485) is unknown color: approx Vivid Violet. HEX triplet: 82, 44 and 85. RGB value is (130,68,133). Sum of RGB (Red+Green+Blue) = 130+68+133=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #824485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824485 is #7DBB7A. Grayscale: #5D5D5D. Windows color (decimal): -8239995 or 8733826. OLE color: 8733826.

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

Color convert

RGB13068133-
CMYK0.020.4900.48
HSL297.23º32.34%39.41%-
HSV(B)297.23º48.87%52.16%-
XYZ15.5110.5723.41-
YUV93.95150.04153.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=39.27%
G=20.54%
B=40.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130681330.020.4900.48297.2332.3439.41
Hex8244852310301292027
Octal2021042052610604514047
Binary10000010100010010000101101100010110000100101001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824485; }

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

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

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

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

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

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

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

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