#8B73E8

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

Shades of Medium Purple #8B73E8

Tints of Medium Purple #8B73E8

Color information

#8B73E8 (or 0x8B73E8) is unknown color: approx Medium Purple. HEX triplet: 8B, 73 and E8. RGB value is (139,115,232). Sum of RGB (Red+Green+Blue) = 139+115+232=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #8B73E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B73E8 is #748C17. Grayscale: #878787. Windows color (decimal): -7638040 or 15233931. OLE color: 15233931.

HSL color Cylindrical-coordinate representation of color #8B73E8: hue angle of 252.31º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B73E8 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139115232-
CMYK0.400.5000.09
HSL252.31º71.78%68.04%-
HSV(B)252.31º50.43%90.98%-
XYZ31.3423.5879.24-
YUV135.51182.45130.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 232 (91.02% from 255) = 47.74%
R=28.60%
G=23.66%
B=47.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391152320.400.5000.09252.3171.7868.04
Hex8B73E8283209fc4844
Octal2131633505062011374110104
Binary10001011111001111101000101000110010010011111110010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B73E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,232); }

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

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

 a { background-color: rgb(139,115,232); }

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

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

 span { border-color: rgb(139,115,232); }

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