#8B5CDB

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

Shades of Medium Purple #8B5CDB

Tints of Medium Purple #8B5CDB

Color information

#8B5CDB (or 0x8B5CDB) is unknown color: approx Medium Purple. HEX triplet: 8B, 5C and DB. RGB value is (139,92,219). Sum of RGB (Red+Green+Blue) = 139+92+219=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5CDB is #74A324. Grayscale: #787878. Windows color (decimal): -7643941 or 14376075. OLE color: 14376075.

HSL color Cylindrical-coordinate representation of color #8B5CDB: hue angle of 262.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B5CDB is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13992219-
CMYK0.370.5800.14
HSL262.2º63.82%60.98%-
HSV(B)262.2º57.99%85.88%-
XYZ27.2618.2669.11-
YUV120.53183.57141.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 219 (85.94% from 255) = 48.67%
R=30.89%
G=20.44%
B=48.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal139922190.370.5800.14262.263.8260.98
Hex8B5CDB253A0E106403d
Octal213134333457201640610075
Binary10001011101110011011011100101111010011101000001101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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