#824385

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

Shades of Vivid Violet #824385

Tints of Vivid Violet #824385

Color information

#824385 (or 0x824385) is unknown color: approx Vivid Violet. HEX triplet: 82, 43 and 85. RGB value is (130,67,133). Sum of RGB (Red+Green+Blue) = 130+67+133=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #824385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824385 is #7DBC7A. Grayscale: #5D5D5D. Windows color (decimal): -8240251 or 8733570. OLE color: 8733570.

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

Color convert

RGB13067133-
CMYK0.020.5000.48
HSL297.27º33%39.22%-
HSV(B)297.27º49.62%52.16%-
XYZ15.4510.4523.39-
YUV93.36150.37154.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=39.39%
G=20.30%
B=40.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130671330.020.5000.48297.273339.22
Hex8243852320301292127
Octal2021032052620604514147
Binary10000010100001110000101101100100110000100101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824385; }

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

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

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

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

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

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

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

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