#8B62DA

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

Shades of Medium Purple #8B62DA

Tints of Medium Purple #8B62DA

Color information

#8B62DA (or 0x8B62DA) is unknown color: approx Medium Purple. HEX triplet: 8B, 62 and DA. RGB value is (139,98,218). Sum of RGB (Red+Green+Blue) = 139+98+218=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B62DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B62DA is #749D25. Grayscale: #7B7B7B. Windows color (decimal): -7642406 or 14312075. OLE color: 14312075.

HSL color Cylindrical-coordinate representation of color #8B62DA: hue angle of 260.5º degrees, saturation: 0.62, 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 #8B62DA is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13998218-
CMYK0.360.5500.15
HSL260.5º61.86%61.96%-
HSV(B)260.5º55.05%85.49%-
XYZ27.6719.2968.59-
YUV123.94181.08138.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 218 (85.55% from 255) = 47.91%
R=30.55%
G=21.54%
B=47.91%

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
Decimal139982180.360.5500.15260.561.8661.96
Hex8B62DA24370F1043e3e
Octal21314233244670174047676
Binary1000101111000101101101010010011011101111100000100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B62DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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