#8C47DD

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

Shades of Blue Violet #8C47DD

Tints of Blue Violet #8C47DD

Color information

#8C47DD (or 0x8C47DD) is unknown color: approx Blue Violet. HEX triplet: 8C, 47 and DD. RGB value is (140,71,221). Sum of RGB (Red+Green+Blue) = 140+71+221=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C47DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C47DD is #73B822. Grayscale: #6C6C6C. Windows color (decimal): -7583779 or 14501772. OLE color: 14501772.

HSL color Cylindrical-coordinate representation of color #8C47DD: hue angle of 267.6º 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 #8C47DD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14071221-
CMYK0.370.6800.13
HSL267.6º68.81%57.25%-
HSV(B)267.6º67.87%86.67%-
XYZ26.1215.369.98-
YUV108.73191.36150.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=32.41%
G=16.44%
B=51.16%

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
Decimal140712210.370.6800.13267.668.8157.25
Hex8C47DD25440D10c4539
Octal2141073354510401541410571
Binary100011001000111110111011001011000100011011000011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C47DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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