#8C63DF

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

Shades of Medium Purple #8C63DF

Tints of Medium Purple #8C63DF

Color information

#8C63DF (or 0x8C63DF) is unknown color: approx Medium Purple. HEX triplet: 8C, 63 and DF. RGB value is (140,99,223). Sum of RGB (Red+Green+Blue) = 140+99+223=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63DF is #739C20. Grayscale: #7C7C7C. Windows color (decimal): -7576609 or 14640012. OLE color: 14640012.

HSL color Cylindrical-coordinate representation of color #8C63DF: hue angle of 259.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C63DF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14099223-
CMYK0.370.5600.13
HSL259.84º65.96%63.14%-
HSV(B)259.84º55.61%87.45%-
XYZ28.619.8372.13-
YUV125.4183.08138.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 223 (87.5% from 255) = 48.27%
R=30.30%
G=21.43%
B=48.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140992230.370.5600.13259.8465.9663.14
Hex8C63DF25380D104423f
Octal214143337457001540410277
Binary10001100110001111011111100101111000011011000001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C63DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,99,223); }

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

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

 a { background-color: rgb(140,99,223); }

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

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

 span { border-color: rgb(140,99,223); }

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