#8A15FF

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

Shades of Blue Violet #8A15FF

Tints of Blue Violet #8A15FF

Color information

#8A15FF (or 0x8A15FF) is unknown color: approx Blue Violet. HEX triplet: 8A, 15 and FF. RGB value is (138,21,255). Sum of RGB (Red+Green+Blue) = 138+21+255=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A15FF is #75EA00. Grayscale: #515151. Windows color (decimal): -7727617 or 16717194. OLE color: 16717194.

HSL color Cylindrical-coordinate representation of color #8A15FF: hue angle of 270º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A15FF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13821255-
CMYK0.460.9200
HSL270º100%54.12%-
HSV(B)270º91.76%100%-
XYZ28.813.1695.63-
YUV82.66225.26167.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 5.07%
BLUE value IS 255 (100% from 255) = 61.59%
R=33.33%
G=5.07%
B=61.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138212550.460.920027010054.12
Hex8A15FF2E5C0010e6436
Octal21225377561340041614466
Binary1000101010101111111111011101011100001000011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A15FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,255); }

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

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

 a { background-color: rgb(138,21,255); }

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

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

 span { border-color: rgb(138,21,255); }

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