#8A1FCE

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

Shades of Blue Violet #8A1FCE

Tints of Blue Violet #8A1FCE

Color information

#8A1FCE (or 0x8A1FCE) is unknown color: approx Blue Violet. HEX triplet: 8A, 1F and CE. RGB value is (138,31,206). Sum of RGB (Red+Green+Blue) = 138+31+206=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1FCE is #75E031. Grayscale: #525252. Windows color (decimal): -7725106 or 13508490. OLE color: 13508490.

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

Color convert

RGB13831206-
CMYK0.330.8500.19
HSL276.69º73.84%46.47%-
HSV(B)276.69º84.95%80.78%-
XYZ22.1110.8459.32-
YUV82.94197.45167.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 31 (12.5% from 255) = 8.27%
BLUE value IS 206 (80.86% from 255) = 54.93%
R=36.8%
G=8.27%
B=54.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138312060.330.8500.19276.6973.8446.47
Hex8A1FCE21550131154a2e
Octal212373164112502342511256
Binary10001010111111100111010000110101010100111000101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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