Html Css Color HEX #8C63DF Medium Purple

📋 copy color: '#8C63DF'

red 140 ◦ green 99 ◦ blue 223

#8C63DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #8C63DF

Tints of Medium Purple #8C63DF

RGB

 RED value IS 140 (55.08% from 255) = 30.3%

 GREEN value IS 99 (39.06% from 255) = 21.43%

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 30.3%
G = 21.43%
B = 48.27%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C63DF (or 0x8C63DF) is known color: 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

RGB 140 99 223 -
CMYK 0.37 0.56 0 0.13
HSL 259.84º 0.66% 0.63% -
HSV(B) 259.84º 0.56% 0.87% -
XYZ 28.6 19.83 72.13 -
YUV 125.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 140 99 223 0.37 0.56 0 0.13 259.84 0.66 0.63
Hex 8C 63 DF 25 38 0 D 104 42 3F
Octal 214 143 337 45 70 0 15 404 102 77
Binary 10001100 1100011 11011111 100101 111000 0 1101 100000100 1000010 111111

Color Harmonies of #8C63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C63DF

Black with #8C63DF

Text Example


Text Example

White with #8C63DF

Text Example


Text Example

HTML Codes & Css Web 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>