#8A1CD9

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

Shades of Blue Violet #8A1CD9

Tints of Blue Violet #8A1CD9

Color information

#8A1CD9 (or 0x8A1CD9) is unknown color: approx Blue Violet. HEX triplet: 8A, 1C and D9. RGB value is (138,28,217). Sum of RGB (Red+Green+Blue) = 138+28+217=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A1CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1CD9 is #75E326. Grayscale: #515151. Windows color (decimal): -7725863 or 14228618. OLE color: 14228618.

HSL color Cylindrical-coordinate representation of color #8A1CD9: hue angle of 274.92º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1CD9 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13828217-
CMYK0.360.8700.15
HSL274.92º77.14%48.04%-
HSV(B)274.92º87.1%85.1%-
XYZ23.4211.2466.58-
YUV82.44203.94167.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 28 (11.33% from 255) = 7.31%
BLUE value IS 217 (85.16% from 255) = 56.66%
R=36.03%
G=7.31%
B=56.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138282170.360.8700.15274.9277.1448.04
Hex8A1CD924570F1134d30
Octal212343314412701742311560
Binary1000101011100110110011001001010111011111000100111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,28,217); }

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

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

 a { background-color: rgb(138,28,217); }

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

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

 span { border-color: rgb(138,28,217); }

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