#8c3fef

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

Shades of Blue Violet #8C3FEF

Tints of Blue Violet #8C3FEF

Color information

#8C3FEF (or 0x8C3FEF) is unknown color: approx Blue Violet. HEX triplet: 8C, 3F and EF. RGB value is (140,63,239). Sum of RGB (Red+Green+Blue) = 140+63+239=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3FEF is #73C010. Grayscale: #696969. Windows color (decimal): -7585809 or 15679372. OLE color: 15679372.

HSL color Cylindrical-coordinate representation of color #8C3FEF: hue angle of 266.25º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C3FEF is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14063239-
CMYK0.410.7400.06
HSL266.25º84.62%59.22%-
HSV(B)266.25º73.64%93.73%-
XYZ28.1715.3683.14-
YUV106.09203.01152.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.67%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 239 (93.75% from 255) = 54.07%
R=31.67%
G=14.25%
B=54.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal140632390.410.7400.06266.2584.6259.22
Hex8C3FEF294A0610a553b
Octal21477357511120641212573
Binary1000110011111111101111101001100101001101000010101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,239); }

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

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

 a { background-color: rgb(140,63,239); }

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

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

 span { border-color: rgb(140,63,239); }

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