#8C1FDB

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

Shades of Blue Violet #8C1FDB

Tints of Blue Violet #8C1FDB

Color information

#8C1FDB (or 0x8C1FDB) is unknown color: approx Blue Violet. HEX triplet: 8C, 1F and DB. RGB value is (140,31,219). Sum of RGB (Red+Green+Blue) = 140+31+219=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1FDB is #73E024. Grayscale: #545454. Windows color (decimal): -7594021 or 14360460. OLE color: 14360460.

HSL color Cylindrical-coordinate representation of color #8C1FDB: hue angle of 274.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1FDB is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14031219-
CMYK0.360.8600.14
HSL274.79º75.2%49.02%-
HSV(B)274.79º85.84%85.88%-
XYZ24.0911.6768-
YUV85.02203.61167.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 31 (12.5% from 255) = 7.95%
BLUE value IS 219 (85.94% from 255) = 56.15%
R=35.90%
G=7.95%
B=56.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140312190.360.8600.14274.7975.249.02
Hex8C1FDB24560E1134b31
Octal214373334412601642311361
Binary1000110011111110110111001001010110011101000100111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,219); }

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

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

 a { background-color: rgb(140,31,219); }

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

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

 span { border-color: rgb(140,31,219); }

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