#8B62D9

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

Shades of Medium Purple #8B62D9

Tints of Medium Purple #8B62D9

Color information

#8B62D9 (or 0x8B62D9) is unknown color: approx Medium Purple. HEX triplet: 8B, 62 and D9. RGB value is (139,98,217). Sum of RGB (Red+Green+Blue) = 139+98+217=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #8B62D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B62D9 is #749D26. Grayscale: #7B7B7B. Windows color (decimal): -7642407 or 14246539. OLE color: 14246539.

HSL color Cylindrical-coordinate representation of color #8B62D9: hue angle of 260.67º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B62D9 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13998217-
CMYK0.360.5500.15
HSL260.67º61.03%61.76%-
HSV(B)260.67º54.84%85.1%-
XYZ27.5419.2367.91-
YUV123.82180.58138.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 217 (85.16% from 255) = 47.80%
R=30.62%
G=21.59%
B=47.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139982170.360.5500.15260.6761.0361.76
Hex8B62D924370F1053d3e
Octal21314233144670174057576
Binary1000101111000101101100110010011011101111100000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B62D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,217); }

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

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

 a { background-color: rgb(139,98,217); }

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

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

 span { border-color: rgb(139,98,217); }

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