#823696

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

Shades of Vivid Violet #823696

Tints of Vivid Violet #823696

Color information

#823696 (or 0x823696) is unknown color: approx Vivid Violet. HEX triplet: 82, 36 and 96. RGB value is (130,54,150). Sum of RGB (Red+Green+Blue) = 130+54+150=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #823696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823696 is #7DC969. Grayscale: #575757. Windows color (decimal): -8243562 or 9844354. OLE color: 9844354.

HSL color Cylindrical-coordinate representation of color #823696: hue angle of 287.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823696 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13054150-
CMYK0.130.6400.41
HSL287.5º47.06%40%-
HSV(B)287.5º64%58.82%-
XYZ16.039.5929.86-
YUV87.67163.18158.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=38.92%
G=16.17%
B=44.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130541500.130.6400.41287.547.0640
Hex823696D400291202f28
Octal20266226151000514405750
Binary1000001011011010010110110110000000101001100100000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823696; }

 p { color: rgb(130,54,150); }

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

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

 a { background-color: rgb(130,54,150); }

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

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

 span { border-color: rgb(130,54,150); }

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