#8B67DC

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

Shades of Medium Purple #8B67DC

Tints of Medium Purple #8B67DC

Color information

#8B67DC (or 0x8B67DC) is unknown color: approx Medium Purple. HEX triplet: 8B, 67 and DC. RGB value is (139,103,220). Sum of RGB (Red+Green+Blue) = 139+103+220=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B67DC is #749823. Grayscale: #7E7E7E. Windows color (decimal): -7641124 or 14444427. OLE color: 14444427.

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

Color convert

RGB139103220-
CMYK0.370.5300.14
HSL258.46º62.57%63.33%-
HSV(B)258.46º53.18%86.27%-
XYZ28.4220.3670.14-
YUV127.1180.43136.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=30.09%
G=22.29%
B=47.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391032200.370.5300.14258.4662.5763.33
Hex8B67DC25350E1023f3f
Octal21314733445650164027777
Binary1000101111001111101110010010111010101110100000010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,103,220); }

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

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

 a { background-color: rgb(139,103,220); }

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

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

 span { border-color: rgb(139,103,220); }

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