#8C46DD

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

Shades of Blue Violet #8C46DD

Tints of Blue Violet #8C46DD

Color information

#8C46DD (or 0x8C46DD) is unknown color: approx Blue Violet. HEX triplet: 8C, 46 and DD. RGB value is (140,70,221). Sum of RGB (Red+Green+Blue) = 140+70+221=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C46DD is #73B922. Grayscale: #6B6B6B. Windows color (decimal): -7584035 or 14501516. OLE color: 14501516.

HSL color Cylindrical-coordinate representation of color #8C46DD: hue angle of 267.81º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C46DD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14070221-
CMYK0.370.6800.13
HSL267.81º68.95%57.06%-
HSV(B)267.81º68.33%86.67%-
XYZ26.0615.1869.96-
YUV108.14191.69150.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 70 (27.73% from 255) = 16.24%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=32.48%
G=16.24%
B=51.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140702210.370.6800.13267.8168.9557.06
Hex8C46DD25440D10c4539
Octal2141063354510401541410571
Binary100011001000110110111011001011000100011011000011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,221); }

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

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

 a { background-color: rgb(140,70,221); }

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

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

 span { border-color: rgb(140,70,221); }

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