#8230A1

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

Shades of Vivid Violet #8230A1

Tints of Vivid Violet #8230A1

Color information

#8230A1 (or 0x8230A1) is unknown color: approx Vivid Violet. HEX triplet: 82, 30 and A1. RGB value is (130,48,161). Sum of RGB (Red+Green+Blue) = 130+48+161=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #8230A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8230A1 is #7DCF5E. Grayscale: #555555. Windows color (decimal): -8245087 or 10563714. OLE color: 10563714.

HSL color Cylindrical-coordinate representation of color #8230A1: hue angle of 283.54º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8230A1 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13048161-
CMYK0.190.7000.37
HSL283.54º54.07%40.98%-
HSV(B)283.54º70.19%63.14%-
XYZ16.79.4334.66-
YUV85.4170.67159.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=38.35%
G=14.16%
B=47.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130481610.190.7000.37283.5454.0740.98
Hex8230A1134602511c3629
Octal20260241231060454346651
Binary10000010110000101000011001110001100100101100011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8230A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8230A1; }

 p { color: rgb(130,48,161); }

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

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

 a { background-color: rgb(130,48,161); }

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

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

 span { border-color: rgb(130,48,161); }

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