#8C28F9

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

Shades of Blue Violet #8C28F9

Tints of Blue Violet #8C28F9

Color information

#8C28F9 (or 0x8C28F9) is unknown color: approx Blue Violet. HEX triplet: 8C, 28 and F9. RGB value is (140,40,249). Sum of RGB (Red+Green+Blue) = 140+40+249=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C28F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C28F9 is #73D706. Grayscale: #5C5C5C. Windows color (decimal): -7591687 or 16328844. OLE color: 16328844.

HSL color Cylindrical-coordinate representation of color #8C28F9: hue angle of 268.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C28F9 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14040249-
CMYK0.440.8400.02
HSL268.71º94.57%56.67%-
HSV(B)268.71º83.94%97.65%-
XYZ28.6713.9390.8-
YUV93.73215.63161.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 40 (16.02% from 255) = 9.32%
BLUE value IS 249 (97.66% from 255) = 58.04%
R=32.63%
G=9.32%
B=58.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal140402490.440.8400.02268.7194.5756.67
Hex8C28F92C540210d5f39
Octal21450371541240241513771
Binary100011001010001111100110110010101000101000011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C28F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,40,249); }

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

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

 a { background-color: rgb(140,40,249); }

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

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

 span { border-color: rgb(140,40,249); }

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