#8A1ACE

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

Shades of Blue Violet #8A1ACE

Tints of Blue Violet #8A1ACE

Color information

#8A1ACE (or 0x8A1ACE) is unknown color: approx Blue Violet. HEX triplet: 8A, 1A and CE. RGB value is (138,26,206). Sum of RGB (Red+Green+Blue) = 138+26+206=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ACE is #75E531. Grayscale: #4F4F4F. Windows color (decimal): -7726386 or 13507210. OLE color: 13507210.

HSL color Cylindrical-coordinate representation of color #8A1ACE: hue angle of 277.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1ACE is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13826206-
CMYK0.330.8700.19
HSL277.33º77.59%45.49%-
HSV(B)277.33º87.38%80.78%-
XYZ21.9910.659.28-
YUV80.01199.11169.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 26 (10.55% from 255) = 7.03%
BLUE value IS 206 (80.86% from 255) = 55.68%
R=37.30%
G=7.03%
B=55.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138262060.330.8700.19277.3377.5945.49
Hex8A1ACE21570131154e2d
Octal212323164112702342511655
Binary10001010110101100111010000110101110100111000101011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,26,206); }

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

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

 a { background-color: rgb(138,26,206); }

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

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

 span { border-color: rgb(138,26,206); }

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