#8f64eb

Color #8F64EB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8F64EB

Tints of Medium Purple #8F64EB

Color information

#8F64EB (or 0x8F64EB) is unknown color: approx Medium Purple. HEX triplet: 8F, 64 and EB. RGB value is (143,100,235). Sum of RGB (Red+Green+Blue) = 143+100+235=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F64EB is #709B14. Grayscale: #7F7F7F. Windows color (decimal): -7379733 or 15426703. OLE color: 15426703.

HSL color Cylindrical-coordinate representation of color #8F64EB: hue angle of 259.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F64EB is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143100235-
CMYK0.390.5700.08
HSL259.11º77.14%65.69%-
HSV(B)259.11º57.45%92.16%-
XYZ30.8820.9581.01-
YUV128.25188.25138.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=29.92%
G=20.92%
B=49.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431002350.390.5700.08259.1177.1465.69
Hex8F64EB2739081034d42
Octal2171443534771010403115102
Binary100011111100100111010111001111110010100010000001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f64eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,235); }

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

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

 a { background-color: rgb(143,100,235); }

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

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

 span { border-color: rgb(143,100,235); }

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