#8639EF

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

Shades of Blue Violet #8639EF

Tints of Blue Violet #8639EF

Color information

#8639EF (or 0x8639EF) is unknown color: approx Blue Violet. HEX triplet: 86, 39 and EF. RGB value is (134,57,239). Sum of RGB (Red+Green+Blue) = 134+57+239=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #8639EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8639EF is #79C610. Grayscale: #646464. Windows color (decimal): -7980561 or 15677830. OLE color: 15677830.

HSL color Cylindrical-coordinate representation of color #8639EF: hue angle of 265.38º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8639EF is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13457239-
CMYK0.440.7600.06
HSL265.38º85.05%58.04%-
HSV(B)265.38º76.15%93.73%-
XYZ26.8714.2382.99-
YUV100.77206.01151.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 239 (93.75% from 255) = 55.58%
R=31.16%
G=13.26%
B=55.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134572390.440.7600.06265.3885.0558.04
Hex8639EF2C4C06109553a
Octal20671357541140641112572
Binary1000011011100111101111101100100110001101000010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8639EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8639EF; }

 p { color: rgb(134,57,239); }

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

<style>
 a { background-color: #8639EF; }

 a { background-color: rgb(134,57,239); }

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

<style>
 span { border-color: #8639EF; }

 span { border-color: rgb(134,57,239); }

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