#8B5CDE

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

Shades of Medium Purple #8B5CDE

Tints of Medium Purple #8B5CDE

Color information

#8B5CDE (or 0x8B5CDE) is unknown color: approx Medium Purple. HEX triplet: 8B, 5C and DE. RGB value is (139,92,222). Sum of RGB (Red+Green+Blue) = 139+92+222=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5CDE is #74A321. Grayscale: #787878. Windows color (decimal): -7643938 or 14572683. OLE color: 14572683.

HSL color Cylindrical-coordinate representation of color #8B5CDE: hue angle of 261.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B5CDE is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13992222-
CMYK0.370.5900.13
HSL261.69º66.33%61.57%-
HSV(B)261.69º58.56%87.06%-
XYZ27.6618.4271.2-
YUV120.87185.07140.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=30.68%
G=20.31%
B=49.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139922220.370.5900.13261.6966.3361.57
Hex8B5CDE253B0D106423e
Octal213134336457301540610276
Binary10001011101110011011110100101111011011011000001101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,222); }

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

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

 a { background-color: rgb(139,92,222); }

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

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

 span { border-color: rgb(139,92,222); }

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