#8a1ad0

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

Shades of Blue Violet #8A1AD0

Tints of Blue Violet #8A1AD0

Color information

#8A1AD0 (or 0x8A1AD0) is unknown color: approx Blue Violet. HEX triplet: 8A, 1A and D0. RGB value is (138,26,208). Sum of RGB (Red+Green+Blue) = 138+26+208=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A1AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1AD0 is #75E52F. Grayscale: #4F4F4F. Windows color (decimal): -7726384 or 13638282. OLE color: 13638282.

HSL color Cylindrical-coordinate representation of color #8A1AD0: hue angle of 276.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1AD0 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13826208-
CMYK0.340.8800.18
HSL276.92º77.78%45.88%-
HSV(B)276.92º87.5%81.57%-
XYZ22.2410.760.57-
YUV80.24200.11169.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 26 (10.55% from 255) = 6.99%
BLUE value IS 208 (81.64% from 255) = 55.91%
R=37.10%
G=6.99%
B=55.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138262080.340.8800.18276.9277.7845.88
Hex8A1AD022580121154e2e
Octal212323204213002242511656
Binary10001010110101101000010001010110000100101000101011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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