#8C15F8

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

Shades of Blue Violet #8C15F8

Tints of Blue Violet #8C15F8

Color information

#8C15F8 (or 0x8C15F8) is unknown color: approx Blue Violet. HEX triplet: 8C, 15 and F8. RGB value is (140,21,248). Sum of RGB (Red+Green+Blue) = 140+21+248=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C15F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C15F8 is #73EA07. Grayscale: #515151. Windows color (decimal): -7596552 or 16258444. OLE color: 16258444.

HSL color Cylindrical-coordinate representation of color #8C15F8: hue angle of 271.45º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C15F8 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14021248-
CMYK0.440.9200.03
HSL271.45º94.19%52.75%-
HSV(B)271.45º91.53%97.25%-
XYZ28.0312.8989.82-
YUV82.46221.42169.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 21 (8.59% from 255) = 5.13%
BLUE value IS 248 (97.27% from 255) = 60.64%
R=34.23%
G=5.13%
B=60.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal140212480.440.9200.03271.4594.1952.75
Hex8C15F82C5C0310f5e35
Octal21425370541340341713665
Binary10001100101011111100010110010111000111000011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C15F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,248); }

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

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

 a { background-color: rgb(140,21,248); }

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

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

 span { border-color: rgb(140,21,248); }

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