#8C47F2

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

Shades of Blue Violet #8C47F2

Tints of Blue Violet #8C47F2

Color information

#8C47F2 (or 0x8C47F2) is unknown color: approx Blue Violet. HEX triplet: 8C, 47 and F2. RGB value is (140,71,242). Sum of RGB (Red+Green+Blue) = 140+71+242=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #8C47F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C47F2 is #73B80D. Grayscale: #6E6E6E. Windows color (decimal): -7583758 or 15878028. OLE color: 15878028.

HSL color Cylindrical-coordinate representation of color #8C47F2: hue angle of 264.21º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C47F2 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14071242-
CMYK0.420.7100.05
HSL264.21º86.8%61.37%-
HSV(B)264.21º70.66%94.9%-
XYZ29.116.4985.65-
YUV111.12201.86148.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 242 (94.92% from 255) = 53.42%
R=30.91%
G=15.67%
B=53.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140712420.420.7100.05264.2186.861.37
Hex8C47F22A4705108573d
Octal214107362521070541012775
Binary10001100100011111110010101010100011101011000010001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C47F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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