#8A37FC

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

Shades of Blue Violet #8A37FC

Tints of Blue Violet #8A37FC

Color information

#8A37FC (or 0x8A37FC) is unknown color: approx Blue Violet. HEX triplet: 8A, 37 and FC. RGB value is (138,55,252). Sum of RGB (Red+Green+Blue) = 138+55+252=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A37FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A37FC is #75C803. Grayscale: #656565. Windows color (decimal): -7718916 or 16529290. OLE color: 16529290.

HSL color Cylindrical-coordinate representation of color #8A37FC: hue angle of 265.28º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A37FC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13855252-
CMYK0.450.7800.01
HSL265.28º97.04%60.2%-
HSV(B)265.28º78.17%98.82%-
XYZ29.4215.1693.47-
YUV102.28212.5153.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 55 (21.88% from 255) = 12.36%
BLUE value IS 252 (98.83% from 255) = 56.63%
R=31.01%
G=12.36%
B=56.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138552520.450.7800.01265.2897.0460.2
Hex8A37FC2D4E01109613c
Octal21267374551160141114174
Binary10001010110111111111001011011001110011000010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A37FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,55,252); }

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

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

 a { background-color: rgb(138,55,252); }

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

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

 span { border-color: rgb(138,55,252); }

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