#8B63D2

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

Shades of Medium Purple #8B63D2

Tints of Medium Purple #8B63D2

Color information

#8B63D2 (or 0x8B63D2) is unknown color: approx Medium Purple. HEX triplet: 8B, 63 and D2. RGB value is (139,99,210). Sum of RGB (Red+Green+Blue) = 139+99+210=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B63D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63D2 is #749C2D. Grayscale: #7B7B7B. Windows color (decimal): -7642158 or 13788043. OLE color: 13788043.

HSL color Cylindrical-coordinate representation of color #8B63D2: hue angle of 261.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B63D2 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13999210-
CMYK0.340.5300.18
HSL261.62º55.22%60.59%-
HSV(B)261.62º52.86%82.35%-
XYZ26.7419.0763.24-
YUV123.61176.75138.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 210 (82.42% from 255) = 46.88%
R=31.03%
G=22.10%
B=46.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139992100.340.5300.18261.6255.2260.59
Hex8B63D22235012106373d
Octal21314332242650224066775
Binary10001011110001111010010100010110101010010100000110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B63D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,210); }

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

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

 a { background-color: rgb(139,99,210); }

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

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

 span { border-color: rgb(139,99,210); }

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