#8B62DB

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

Shades of Medium Purple #8B62DB

Tints of Medium Purple #8B62DB

Color information

#8B62DB (or 0x8B62DB) is unknown color: approx Medium Purple. HEX triplet: 8B, 62 and DB. RGB value is (139,98,219). Sum of RGB (Red+Green+Blue) = 139+98+219=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B62DB is #749D24. Grayscale: #7B7B7B. Windows color (decimal): -7642405 or 14377611. OLE color: 14377611.

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

Color convert

RGB13998219-
CMYK0.370.5500.14
HSL260.33º62.69%62.16%-
HSV(B)260.33º55.25%85.88%-
XYZ27.819.3469.29-
YUV124.05181.58138.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 219 (85.94% from 255) = 48.03%
R=30.48%
G=21.49%
B=48.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal139982190.370.5500.14260.3362.6962.16
Hex8B62DB25370E1043f3e
Octal21314233345670164047776
Binary1000101111000101101101110010111011101110100000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B62DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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