#8A3AD5

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

Shades of Blue Violet #8A3AD5

Tints of Blue Violet #8A3AD5

Color information

#8A3AD5 (or 0x8A3AD5) is unknown color: approx Blue Violet. HEX triplet: 8A, 3A and D5. RGB value is (138,58,213). Sum of RGB (Red+Green+Blue) = 138+58+213=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A3AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3AD5 is #75C52A. Grayscale: #636363. Windows color (decimal): -7718187 or 13974154. OLE color: 13974154.

HSL color Cylindrical-coordinate representation of color #8A3AD5: hue angle of 270.97º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A3AD5 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13858213-
CMYK0.350.7300.16
HSL270.97º64.85%53.14%-
HSV(B)270.97º72.77%83.53%-
XYZ2413.2364.24-
YUV99.59192155.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 58 (23.05% from 255) = 14.18%
BLUE value IS 213 (83.59% from 255) = 52.08%
R=33.74%
G=14.18%
B=52.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138582130.350.7300.16270.9764.8553.14
Hex8A3AD5234901010f4135
Octal212723254311102041710165
Binary100010101110101101010110001110010010100001000011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,213); }

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

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

 a { background-color: rgb(138,58,213); }

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

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

 span { border-color: rgb(138,58,213); }

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