#824187

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

Shades of Vivid Violet #824187

Tints of Vivid Violet #824187

Color information

#824187 (or 0x824187) is unknown color: approx Vivid Violet. HEX triplet: 82, 41 and 87. RGB value is (130,65,135). Sum of RGB (Red+Green+Blue) = 130+65+135=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #824187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824187 is #7DBE78. Grayscale: #5C5C5C. Windows color (decimal): -8240761 or 8864130. OLE color: 8864130.

HSL color Cylindrical-coordinate representation of color #824187: hue angle of 295.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824187 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13065135-
CMYK0.040.5200.47
HSL295.71º35%39.22%-
HSV(B)295.71º51.85%52.94%-
XYZ15.4710.2824.09-
YUV92.42152.03154.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=39.39%
G=19.70%
B=40.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130651350.040.5200.47295.713539.22
Hex82418743402F1282327
Octal2021012074640574504347
Binary100000101000001100001111001101000101111100101000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824187; }

 p { color: rgb(130,65,135); }

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

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

 a { background-color: rgb(130,65,135); }

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

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

 span { border-color: rgb(130,65,135); }

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