#8E3CFF

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

Shades of Blue Violet #8E3CFF

Tints of Blue Violet #8E3CFF

Color information

#8E3CFF (or 0x8E3CFF) is unknown color: approx Blue Violet. HEX triplet: 8E, 3C and FF. RGB value is (142,60,255). Sum of RGB (Red+Green+Blue) = 142+60+255=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3CFF is #71C300. Grayscale: #6A6A6A. Windows color (decimal): -7455489 or 16727182. OLE color: 16727182.

HSL color Cylindrical-coordinate representation of color #8E3CFF: hue angle of 265.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E3CFF is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14260255-
CMYK0.440.7600
HSL265.23º100%61.76%-
HSV(B)265.23º76.47%100%-
XYZ30.8216.296.11-
YUV106.75211.67153.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 60 (23.83% from 255) = 13.13%
BLUE value IS 255 (100% from 255) = 55.80%
R=31.07%
G=13.13%
B=55.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal142602550.440.7600265.2310061.76
Hex8E3CFF2C4C00109643e
Octal21674377541140041114476
Binary10001110111100111111111011001001100001000010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,60,255); }

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

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

 a { background-color: rgb(142,60,255); }

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

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

 span { border-color: rgb(142,60,255); }

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