#823492

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

Shades of Vivid Violet #823492

Tints of Vivid Violet #823492

Color information

#823492 (or 0x823492) is unknown color: approx Vivid Violet. HEX triplet: 82, 34 and 92. RGB value is (130,52,146). Sum of RGB (Red+Green+Blue) = 130+52+146=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #823492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823492 is #7DCB6D. Grayscale: #555555. Windows color (decimal): -8244078 or 9581698. OLE color: 9581698.

HSL color Cylindrical-coordinate representation of color #823492: hue angle of 289.79º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823492 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13052146-
CMYK0.110.6400.43
HSL289.79º47.47%38.82%-
HSV(B)289.79º64.38%57.25%-
XYZ15.629.2828.16-
YUV86.04161.84159.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=39.63%
G=15.85%
B=44.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130521460.110.6400.43289.7947.4738.82
Hex823492B4002B1222f27
Octal20264222131000534425747
Binary1000001011010010010010101110000000101011100100010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823492; }

 p { color: rgb(130,52,146); }

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

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

 a { background-color: rgb(130,52,146); }

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

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

 span { border-color: rgb(130,52,146); }

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