#8A17DA

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

Shades of Blue Violet #8A17DA

Tints of Blue Violet #8A17DA

Color information

#8A17DA (or 0x8A17DA) is unknown color: approx Blue Violet. HEX triplet: 8A, 17 and DA. RGB value is (138,23,218). Sum of RGB (Red+Green+Blue) = 138+23+218=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A17DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17DA is #75E825. Grayscale: #4E4E4E. Windows color (decimal): -7727142 or 14292874. OLE color: 14292874.

HSL color Cylindrical-coordinate representation of color #8A17DA: hue angle of 275.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A17DA is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13823218-
CMYK0.370.8900.15
HSL275.38º80.91%47.25%-
HSV(B)275.38º89.45%85.49%-
XYZ23.4411.0867.23-
YUV79.61206.1169.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 23 (9.38% from 255) = 6.07%
BLUE value IS 218 (85.55% from 255) = 57.52%
R=36.41%
G=6.07%
B=57.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138232180.370.8900.15275.3880.9147.25
Hex8A17DA25590F113512f
Octal212273324513101742312157
Binary1000101010111110110101001011011001011111000100111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A17DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,23,218); }

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

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

 a { background-color: rgb(138,23,218); }

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

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

 span { border-color: rgb(138,23,218); }

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