#8A30DF

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

Shades of Blue Violet #8A30DF

Tints of Blue Violet #8A30DF

Color information

#8A30DF (or 0x8A30DF) is unknown color: approx Blue Violet. HEX triplet: 8A, 30 and DF. RGB value is (138,48,223). Sum of RGB (Red+Green+Blue) = 138+48+223=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A30DF is #75CF20. Grayscale: #5E5E5E. Windows color (decimal): -7720737 or 14626954. OLE color: 14626954.

HSL color Cylindrical-coordinate representation of color #8A30DF: hue angle of 270.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A30DF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13848223-
CMYK0.380.7800.13
HSL270.86º73.22%53.14%-
HSV(B)270.86º78.48%87.45%-
XYZ24.8612.8470.98-
YUV94.86200.32158.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 223 (87.5% from 255) = 54.52%
R=33.74%
G=11.74%
B=54.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138482230.380.7800.13270.8673.2253.14
Hex8A30DF264E0D10f4935
Octal212603374611601541711165
Binary10001010110000110111111001101001110011011000011111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A30DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A30DF; }

 p { color: rgb(138,48,223); }

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

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

 a { background-color: rgb(138,48,223); }

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

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

 span { border-color: rgb(138,48,223); }

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