#823CA5

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

Shades of Vivid Violet #823CA5

Tints of Vivid Violet #823CA5

Color information

#823CA5 (or 0x823CA5) is unknown color: approx Vivid Violet. HEX triplet: 82, 3C and A5. RGB value is (130,60,165). Sum of RGB (Red+Green+Blue) = 130+60+165=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #823CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CA5 is #7DC35A. Grayscale: #5C5C5C. Windows color (decimal): -8242011 or 10828930. OLE color: 10828930.

HSL color Cylindrical-coordinate representation of color #823CA5: hue angle of 280º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823CA5 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13060165-
CMYK0.210.6400.35
HSL280º46.67%44.12%-
HSV(B)280º63.64%64.71%-
XYZ17.6110.6936.73-
YUV92.9168.69154.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 165 (64.84% from 255) = 46.48%
R=36.62%
G=16.90%
B=46.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130601650.210.6400.3528046.6744.12
Hex823CA515400231182f2c
Octal20274245251000434305754
Binary10000010111100101001011010110000000100011100011000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823CA5; }

 p { color: rgb(130,60,165); }

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

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

 a { background-color: rgb(130,60,165); }

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

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

 span { border-color: rgb(130,60,165); }

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