#8C15E5

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

Shades of Blue Violet #8C15E5

Tints of Blue Violet #8C15E5

Color information

#8C15E5 (or 0x8C15E5) is unknown color: approx Blue Violet. HEX triplet: 8C, 15 and E5. RGB value is (140,21,229). Sum of RGB (Red+Green+Blue) = 140+21+229=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C15E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C15E5 is #73EA1A. Grayscale: #4F4F4F. Windows color (decimal): -7596571 or 15013260. OLE color: 15013260.

HSL color Cylindrical-coordinate representation of color #8C15E5: hue angle of 274.33º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C15E5 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14021229-
CMYK0.390.9100.10
HSL274.33º83.2%49.02%-
HSV(B)274.33º90.83%89.8%-
XYZ25.2311.7775.07-
YUV80.29211.92170.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 21 (8.59% from 255) = 5.38%
BLUE value IS 229 (89.84% from 255) = 58.72%
R=35.90%
G=5.38%
B=58.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal140212290.390.9100.10274.3383.249.02
Hex8C15E5275B0A1125331
Octal214253454713301242212361
Binary1000110010101111001011001111011011010101000100101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C15E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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