#8a1cdf

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

Shades of Blue Violet #8A1CDF

Tints of Blue Violet #8A1CDF

Color information

#8A1CDF (or 0x8A1CDF) is unknown color: approx Blue Violet. HEX triplet: 8A, 1C and DF. RGB value is (138,28,223). Sum of RGB (Red+Green+Blue) = 138+28+223=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A1CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1CDF is #75E320. Grayscale: #525252. Windows color (decimal): -7725857 or 14621834. OLE color: 14621834.

HSL color Cylindrical-coordinate representation of color #8A1CDF: hue angle of 273.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1CDF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13828223-
CMYK0.380.8700.13
HSL273.85º77.69%49.22%-
HSV(B)273.85º87.44%87.45%-
XYZ24.2211.5670.77-
YUV83.12206.94167.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 28 (11.33% from 255) = 7.20%
BLUE value IS 223 (87.5% from 255) = 57.33%
R=35.48%
G=7.20%
B=57.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138282230.380.8700.13273.8577.6949.22
Hex8A1CDF26570D1124e31
Octal212343374612701542211661
Binary1000101011100110111111001101010111011011000100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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